diff options
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index b3e13311..61e04075 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -61,7 +61,6 @@ static struct keyword *kw_hash[KW_HASH_SIZE]; static int kw_hash_inited; #define SYM_HASH_SIZE 128 -#define SYM_MAX_LEN 32 struct sym_scope { struct sym_scope *next; /* Next on scope stack */ |