1 
2 typedef union
3 #ifdef __cplusplus
4 	YYSTYPE
5 #endif
6  {
7 	char *str;
8 	int id;
9 } YYSTYPE;
10 extern YYSTYPE yylval;
11 # define CATGETS 257
12 # define CONST 258
13 # define CATD 259
14 # define INT 260
15 # define CHAR 261
16 # define INC 262
17 # define STR 263
18 # define SETID 264
19 # define MSGID 265
20 # define DIGIT 266
21 # define QSTR 267
22 # define UMINUS 268
23