#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H #ifndef YYSTYPE typedef union { char *string; /* string buffer */ int cmd; /* command value */ struct detox_sequence *seq; /* sequence */ int nvalue; /* nvalue */ } yystype; # define YYSTYPE yystype # define YYSTYPE_IS_TRIVIAL 1 #endif # define QSTRING 257 # define ID 258 # define SEQUENCE 259 # define UNCGI 260 # define ISO8859_1 261 # define UTF_8 262 # define SAFE 263 # define WIPEUP 264 # define MAX_LENGTH 265 # define LOWER 266 # define FILENAME 267 # define REMOVE_TRAILING 268 # define LENGTH 269 # define OPEN 270 # define CLOSE 271 # define EOL 272 # define NVALUE 273 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */