summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-03-29 20:21:28 +0000
committerPavel Machek <pavel@ucw.cz>1999-03-29 20:21:28 +0000
commitba92164871f65bb9adcfa66b901d1a7b86697a86 (patch)
treeed1c8fea5b94ea0c2ef23eb0129c82a5be3f99ac /conf
parent5bc512aa3a0d3e4ca378fff3316b75c131f17637 (diff)
Update of filters towards new interface.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 5ceb4af0..83d92c3f 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);