#ifndef BISON_FLOWFILT_TAB_H # define BISON_FLOWFILT_TAB_H # ifndef YYSTYPE # define YYSTYPE int # define YYSTYPE_IS_TRIVIAL 1 # endif # define FIELDNAME 257 # define IPADDR 258 # define INTEGER 259 # define EQ 260 # define NE 261 # define LT 262 # define GT 263 # define LE 264 # define GE 265 # define IGNORE 266 # define ENDOFFILE 267 # define AND 268 # define LOGOR 269 # define BITAND 270 # define BITOR 271 # define BITXOR 272 # define LPAREN 273 # define RPAREN 274 # define DIV 275 # define MUL 276 # define ADD 277 # define SUB 278 # define MOD 279 # define LOGNOT 280 # define BITNOT 281 # define ALL 282 extern YYSTYPE flowfiltlval; #endif /* not BISON_FLOWFILT_TAB_H */