Xinu7/contrib/distodt/h/tokens.h


typedef union  {
    char *sb;
} YYSTYPE;
extern YYSTYPE yylval;
# define STRING 257
# define NEWLINE 258