diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-08 21:10:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-08 21:10:52 +0000 |
| commit | 7d72843f3af282038632492155a0baf011044053 (patch) | |
| tree | 4c2533583da17ba72f4e89cd202cf240c1ba20bd /util/epist/yacc_parser.hh | |
| parent | a9068215895622bdb2d66df413a4dcb02edf7f25 (diff) | |
adding egnerated files to cvs
Diffstat (limited to 'util/epist/yacc_parser.hh')
| -rw-r--r-- | util/epist/yacc_parser.hh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/util/epist/yacc_parser.hh b/util/epist/yacc_parser.hh new file mode 100644 index 00000000..0b59a6f3 --- /dev/null +++ b/util/epist/yacc_parser.hh @@ -0,0 +1,20 @@ +#ifndef BISON_YACC_PARSER_HH +# define BISON_YACC_PARSER_HH + +# ifndef YYSTYPE +# define YYSTYPE int +# define YYSTYPE_IS_TRIVIAL 1 +# endif +# define OBRACE 257 +# define EBRACE 258 +# define SEMICOLON 259 +# define DASH 260 +# define NUMBER 261 +# define QUOTES 262 +# define WORD 263 +# define BINDING 264 + + +extern YYSTYPE yylval; + +#endif /* not BISON_YACC_PARSER_HH */ |
