#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H #ifndef YYSTYPE typedef union { dictToken token; lst_List list; } yystype; # define YYSTYPE yystype # define YYSTYPE_IS_TRIVIAL 1 #endif # define TOKEN_SERVER 257 # define TOKEN_PORT 258 # define TOKEN_USER 259 # define TOKEN_FILTER 260 # define TOKEN_PAGER 261 # define TOKEN_STRING 262 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */