:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / tools / wmc / y_tab.h
1 typedef 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
30 extern YYSTYPE yylval;