diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h index 5ceb4af..83d92c3 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -58,10 +58,11 @@ struct symbol { #define SYM_PROTO 1 #define SYM_NUMBER 2 #define SYM_STAT 3 /* statement */ -#define SYM_VARIABLE_INT 4 #define SYM_FUNCTION 5 #define SYM_FILTER 6 +#define SYM_VARIABLE 0x100 /* Reserved 0x100..0x1ff */ + extern int conf_lino; void cf_lex_init_tables(void); |