6463750f74d847e54eaa4d6f7d987f8da9223030
[AXE.git] / src / dateyacc.h
1 #ifndef BISON_DATEYACC_H
2 # define BISON_DATEYACC_H
3
4 #ifndef YYSTYPE
5 typedef union {
6     int IntVal;
7 } yystype;
8 # define YYSTYPE yystype
9 # define YYSTYPE_IS_TRIVIAL 1
10 #endif
11 # define        DAY_NAME        257
12 # define        MONTH_NAME      258
13 # define        NUM9    259
14 # define        NUM23   260
15 # define        NUM59   261
16 # define        NUM99   262
17 # define        NUM2359 263
18 # define        NUM9999 264
19 # define        NUM235959       265
20 # define        NUM991231       266
21 # define        NUM99991231     267
22 # define        AMPM    268
23 # define        STD_ZONE        269
24 # define        DST_ZONE        270
25 # define        DST_SUFFIX      271
26
27
28 extern YYSTYPE yylval;
29
30 #endif /* not BISON_DATEYACC_H */