source: trunk/tools/wrc/ppy.tab.h@ 10367

Last change on this file since 10367 was 5522, checked in by sandervl, 24 years ago

updates

File size: 1.0 KB
Line 
1typedef union{
2 int sint;
3 unsigned int uint;
4 long slong;
5 unsigned long ulong;
6 wrc_sll_t sll;
7 wrc_ull_t ull;
8 int *iptr;
9 char *cptr;
10 cval_t cval;
11 marg_t *marg;
12 mtext_t *mtext;
13} YYSTYPE;
14#define tIF 258
15#define tIFDEF 259
16#define tIFNDEF 260
17#define tELSE 261
18#define tELIF 262
19#define tENDIF 263
20#define tDEFINED 264
21#define tNL 265
22#define tINCLUDE 266
23#define tLINE 267
24#define tGCCLINE 268
25#define tERROR 269
26#define tWARNING 270
27#define tPRAGMA 271
28#define tPPIDENT 272
29#define tUNDEF 273
30#define tMACROEND 274
31#define tCONCAT 275
32#define tELIPSIS 276
33#define tSTRINGIZE 277
34#define tIDENT 278
35#define tLITERAL 279
36#define tMACRO 280
37#define tDEFINE 281
38#define tDQSTRING 282
39#define tSQSTRING 283
40#define tIQSTRING 284
41#define tUINT 285
42#define tSINT 286
43#define tULONG 287
44#define tSLONG 288
45#define tULONGLONG 289
46#define tSLONGLONG 290
47#define tLOGOR 291
48#define tLOGAND 292
49#define tEQ 293
50#define tNE 294
51#define tLTE 295
52#define tGTE 296
53#define tLSHIFT 297
54#define tRSHIFT 298
55
56
57extern YYSTYPE pplval;
Note: See TracBrowser for help on using the repository browser.