typedef union { CHAR c; INT_32 i; UINT_32 ui; FLOAT f; CHAR *str; } YYSTYPE; #ifndef YYLTYPE typedef struct yyltype { int timestamp; int first_line; int first_column; int last_line; int last_column; char *text; } yyltype; #define YYLTYPE yyltype #endif #define rwSOLID 258 #define rwFACET 259 #define rwNORMAL 260 #define rwOUTER 261 #define rwLOOP 262 #define rwVERTEX 263 #define rwENDLOOP 264 #define rwENDFACET 265 #define rwENDSOLID 266 #define rwEND 267 #define tokCONST_CHAR 268 #define tokCONST_INT 269 #define tokCONST_FLOAT 270 #define tokCONST_STRING 271 #define tokIDENTIFIER 272 extern YYSTYPE stl_lval;