From 72380a3447d2c54730a4a32495e5dd964c34f57e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 15 Jan 1999 14:41:51 +0000 Subject: Filters added. They are unable to do anything interesting for now (with exception of printing integers to screen), but they exist. --- conf/conf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index 1e80628..19ed34e 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -36,6 +36,10 @@ struct symbol { #define SYM_VOID 0 #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 void cf_lex_init_tables(void); int cf_lex(void); -- cgit v1.2.3