00001 typedef union { 00002 VMapPtr *vmap; /* map - result from parsing a subdir */ 00003 TypeStream *stream; /* stream - for storing lists of objects */ 00004 const char *str; 00005 OpaqueValue (*conversionFunction)(const char *); 00006 } YYSTYPE; 00007 #define ID 257 00008 #define LIST 258 00009 #define INTTYPE 259 00010 #define FLOATTYPE 260 00011 #define STRINGTYPE 261 00012