#define COLON 257 #define COLON_COLON 258 #define COLON_EQUALS 259 #define COMMAND 260 #define COMMAND_COMMENT 261 #define COMMENT 262 #define DEFINE 263 #define ELSE 264 #define EMPTY 265 #define ENDDEF 266 #define ENDIF 267 #define EOLN 268 #define EQUALS 269 #define EXPORT 270 #define IF 271 #define INCLUDE 272 #define INCLUDE2 273 #define INCLUDE3 274 #define OVERRIDE 275 #define PLUS_EQUALS 276 #define UNEXPORT 277 #define VPATH 278 #define VPATH2 279 #define WORD 280 typedef union { blob_ty *lv_line; blob_list_ty *lv_list; stmt_ty *lv_stmt; int lv_int; } gram_STYPE; extern gram_STYPE gram_lval;