update generated files
[binutils.git] / binutils / rcparse.h
blob9661d54c3d7b4eb4db1fd36dd4b963143b654a99
1 typedef union
3 struct accelerator acc;
4 struct accelerator *pacc;
5 struct dialog_control *dialog_control;
6 struct menuitem *menuitem;
7 struct
9 struct rcdata_item *first;
10 struct rcdata_item *last;
11 } rcdata;
12 struct rcdata_item *rcdata_item;
13 struct stringtable_data *stringtable;
14 struct fixed_versioninfo *fixver;
15 struct ver_info *verinfo;
16 struct ver_stringinfo *verstring;
17 struct ver_varinfo *vervar;
18 struct res_id id;
19 struct res_res_info res_info;
20 struct
22 unsigned short on;
23 unsigned short off;
24 } memflags;
25 struct
27 unsigned long val;
28 /* Nonzero if this number was explicitly specified as long. */
29 int dword;
30 } i;
31 unsigned long il;
32 unsigned short is;
33 const char *s;
34 struct
36 unsigned long length;
37 const char *s;
38 } ss;
39 } YYSTYPE;
40 #define BEG 257
41 #define END 258
42 #define ACCELERATORS 259
43 #define VIRTKEY 260
44 #define ASCII 261
45 #define NOINVERT 262
46 #define SHIFT 263
47 #define CONTROL 264
48 #define ALT 265
49 #define BITMAP 266
50 #define CURSOR 267
51 #define DIALOG 268
52 #define DIALOGEX 269
53 #define EXSTYLE 270
54 #define CAPTION 271
55 #define CLASS 272
56 #define STYLE 273
57 #define AUTO3STATE 274
58 #define AUTOCHECKBOX 275
59 #define AUTORADIOBUTTON 276
60 #define CHECKBOX 277
61 #define COMBOBOX 278
62 #define CTEXT 279
63 #define DEFPUSHBUTTON 280
64 #define EDITTEXT 281
65 #define GROUPBOX 282
66 #define LISTBOX 283
67 #define LTEXT 284
68 #define PUSHBOX 285
69 #define PUSHBUTTON 286
70 #define RADIOBUTTON 287
71 #define RTEXT 288
72 #define SCROLLBAR 289
73 #define STATE3 290
74 #define USERBUTTON 291
75 #define BEDIT 292
76 #define HEDIT 293
77 #define IEDIT 294
78 #define FONT 295
79 #define ICON 296
80 #define LANGUAGE 297
81 #define CHARACTERISTICS 298
82 #define VERSIONK 299
83 #define MENU 300
84 #define MENUEX 301
85 #define MENUITEM 302
86 #define SEPARATOR 303
87 #define POPUP 304
88 #define CHECKED 305
89 #define GRAYED 306
90 #define HELP 307
91 #define INACTIVE 308
92 #define MENUBARBREAK 309
93 #define MENUBREAK 310
94 #define MESSAGETABLE 311
95 #define RCDATA 312
96 #define STRINGTABLE 313
97 #define VERSIONINFO 314
98 #define FILEVERSION 315
99 #define PRODUCTVERSION 316
100 #define FILEFLAGSMASK 317
101 #define FILEFLAGS 318
102 #define FILEOS 319
103 #define FILETYPE 320
104 #define FILESUBTYPE 321
105 #define BLOCKSTRINGFILEINFO 322
106 #define BLOCKVARFILEINFO 323
107 #define VALUE 324
108 #define BLOCK 325
109 #define MOVEABLE 326
110 #define FIXED 327
111 #define PURE 328
112 #define IMPURE 329
113 #define PRELOAD 330
114 #define LOADONCALL 331
115 #define DISCARDABLE 332
116 #define NOT 333
117 #define QUOTEDSTRING 334
118 #define STRING 335
119 #define NUMBER 336
120 #define SIZEDSTRING 337
121 #define IGNORED_TOKEN 338
122 #define NEG 339
125 extern YYSTYPE yylval;