Remove unused macro definition.

This commit is contained in:
archie 1999-11-02 22:40:15 +00:00
parent 5de08d7a34
commit 76720085df

View File

@ -60,7 +60,6 @@ static int db_lhistlsize, db_lhistidx, db_lhistcur;
static int db_lhist_nlines;
#define CTRL(c) ((c) & 0x1f)
#define isspace(c) ((c) == ' ' || (c) == '\t')
#define BLANK ' '
#define BACKUP '\b'