libkholidays
parseholiday.h00001 #ifndef BISON_PARSEHOLIDAY_H
00002 # define BISON_PARSEHOLIDAY_H
00003
00004 #ifndef YYSTYPE
00005 typedef union { int ival; char *sval; } yystype;
00006 # define YYSTYPE yystype
00007 # define YYSTYPE_IS_TRIVIAL 1
00008 #endif
00009 # define NUMBER 257
00010 # define MONTH 258
00011 # define WDAY 259
00012 # define COLOR 260
00013 # define STRING 261
00014 # define IN 262
00015 # define PLUS 263
00016 # define MINUS 264
00017 # define SMALL 265
00018 # define CYEAR 266
00019 # define LEAPYEAR 267
00020 # define LENGTH 268
00021 # define EASTER 269
00022 # define EQ 270
00023 # define NE 271
00024 # define LE 272
00025 # define GE 273
00026 # define LT 274
00027 # define GT 275
00028 # define OR 276
00029 # define AND 277
00030 # define UMINUS 278
00031
00032
00033 extern YYSTYPE kcallval;
00034
00035 #endif
|