source: trunk/tools/wmc/y.tab.h@ 10367

Last change on this file since 10367 was 10181, checked in by sandervl, 22 years ago

PF: Wine WMC port

File size: 526 bytes
Line 
1typedef union {
2 WCHAR *str;
3 unsigned num;
4 token_t *tok;
5 lanmsg_t *lmp;
6 msg_t *msg;
7 lan_cp_t lcp;
8} YYSTYPE;
9#define tSEVNAMES 258
10#define tFACNAMES 259
11#define tLANNAMES 260
12#define tBASE 261
13#define tCODEPAGE 262
14#define tTYPEDEF 263
15#define tNL 264
16#define tSYMNAME 265
17#define tMSGEND 266
18#define tSEVERITY 267
19#define tFACILITY 268
20#define tLANGUAGE 269
21#define tMSGID 270
22#define tIDENT 271
23#define tLINE 272
24#define tFILE 273
25#define tCOMMENT 274
26#define tNUMBER 275
27#define tTOKEN 276
28
29
30extern YYSTYPE yylval;
Note: See TracBrowser for help on using the repository browser.