]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/binutils/binutils/rcparse.h
This commit was generated by cvs2svn to compensate for changes in r47151,
[FreeBSD/FreeBSD.git] / contrib / binutils / binutils / rcparse.h
1 typedef union
2 {
3   struct accelerator acc;
4   struct accelerator *pacc;
5   struct dialog_control *dialog_control;
6   struct menuitem *menuitem;
7   struct
8   {
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
21   {
22     unsigned short on;
23     unsigned short off;
24   } memflags;
25   struct
26   {
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
35   {
36     unsigned long length;
37     const char *s;
38   } ss;
39 } YYSTYPE;
40 #define BEG     258
41 #define END     259
42 #define ACCELERATORS    260
43 #define VIRTKEY 261
44 #define ASCII   262
45 #define NOINVERT        263
46 #define SHIFT   264
47 #define CONTROL 265
48 #define ALT     266
49 #define BITMAP  267
50 #define CURSOR  268
51 #define DIALOG  269
52 #define DIALOGEX        270
53 #define EXSTYLE 271
54 #define CAPTION 272
55 #define CLASS   273
56 #define STYLE   274
57 #define AUTO3STATE      275
58 #define AUTOCHECKBOX    276
59 #define AUTORADIOBUTTON 277
60 #define CHECKBOX        278
61 #define COMBOBOX        279
62 #define CTEXT   280
63 #define DEFPUSHBUTTON   281
64 #define EDITTEXT        282
65 #define GROUPBOX        283
66 #define LISTBOX 284
67 #define LTEXT   285
68 #define PUSHBOX 286
69 #define PUSHBUTTON      287
70 #define RADIOBUTTON     288
71 #define RTEXT   289
72 #define SCROLLBAR       290
73 #define STATE3  291
74 #define USERBUTTON      292
75 #define BEDIT   293
76 #define HEDIT   294
77 #define IEDIT   295
78 #define FONT    296
79 #define ICON    297
80 #define LANGUAGE        298
81 #define CHARACTERISTICS 299
82 #define VERSIONK        300
83 #define MENU    301
84 #define MENUEX  302
85 #define MENUITEM        303
86 #define SEPARATOR       304
87 #define POPUP   305
88 #define CHECKED 306
89 #define GRAYED  307
90 #define HELP    308
91 #define INACTIVE        309
92 #define MENUBARBREAK    310
93 #define MENUBREAK       311
94 #define MESSAGETABLE    312
95 #define RCDATA  313
96 #define STRINGTABLE     314
97 #define VERSIONINFO     315
98 #define FILEVERSION     316
99 #define PRODUCTVERSION  317
100 #define FILEFLAGSMASK   318
101 #define FILEFLAGS       319
102 #define FILEOS  320
103 #define FILETYPE        321
104 #define FILESUBTYPE     322
105 #define BLOCKSTRINGFILEINFO     323
106 #define BLOCKVARFILEINFO        324
107 #define VALUE   325
108 #define BLOCK   326
109 #define MOVEABLE        327
110 #define FIXED   328
111 #define PURE    329
112 #define IMPURE  330
113 #define PRELOAD 331
114 #define LOADONCALL      332
115 #define DISCARDABLE     333
116 #define NOT     334
117 #define QUOTEDSTRING    335
118 #define STRING  336
119 #define NUMBER  337
120 #define SIZEDSTRING     338
121 #define NEG     339
122
123
124 extern YYSTYPE yylval;