OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [binutils/] [rcparse.h] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* A Bison parser, made by GNU Bison 1.875c.  */
2
 
3
/* Skeleton parser for Yacc-like parsing with Bison,
4
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
 
6
   This program is free software; you can redistribute it and/or modify
7
   it under the terms of the GNU General Public License as published by
8
   the Free Software Foundation; either version 2, or (at your option)
9
   any later version.
10
 
11
   This program is distributed in the hope that it will be useful,
12
   but WITHOUT ANY WARRANTY; without even the implied warranty of
13
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
   GNU General Public License for more details.
15
 
16
   You should have received a copy of the GNU General Public License
17
   along with this program; if not, write to the Free Software
18
   Foundation, Inc., 59 Temple Place - Suite 330,
19
   Boston, MA 02111-1307, USA.  */
20
 
21
/* As a special exception, when this file is copied by Bison into a
22
   Bison output file, you may use that output file without restriction.
23
   This special exception was added by the Free Software Foundation
24
   in version 1.24 of Bison.  */
25
 
26
/* Tokens.  */
27
#ifndef YYTOKENTYPE
28
# define YYTOKENTYPE
29
   /* Put the tokens into the symbol table, so that GDB and other debuggers
30
      know about them.  */
31
   enum yytokentype {
32
     BEG = 258,
33
     END = 259,
34
     ACCELERATORS = 260,
35
     VIRTKEY = 261,
36
     ASCII = 262,
37
     NOINVERT = 263,
38
     SHIFT = 264,
39
     CONTROL = 265,
40
     ALT = 266,
41
     BITMAP = 267,
42
     CURSOR = 268,
43
     DIALOG = 269,
44
     DIALOGEX = 270,
45
     EXSTYLE = 271,
46
     CAPTION = 272,
47
     CLASS = 273,
48
     STYLE = 274,
49
     AUTO3STATE = 275,
50
     AUTOCHECKBOX = 276,
51
     AUTORADIOBUTTON = 277,
52
     CHECKBOX = 278,
53
     COMBOBOX = 279,
54
     CTEXT = 280,
55
     DEFPUSHBUTTON = 281,
56
     EDITTEXT = 282,
57
     GROUPBOX = 283,
58
     LISTBOX = 284,
59
     LTEXT = 285,
60
     PUSHBOX = 286,
61
     PUSHBUTTON = 287,
62
     RADIOBUTTON = 288,
63
     RTEXT = 289,
64
     SCROLLBAR = 290,
65
     STATE3 = 291,
66
     USERBUTTON = 292,
67
     BEDIT = 293,
68
     HEDIT = 294,
69
     IEDIT = 295,
70
     FONT = 296,
71
     ICON = 297,
72
     ANICURSOR = 298,
73
     ANIICON = 299,
74
     DLGINCLUDE = 300,
75
     DLGINIT = 301,
76
     FONTDIR = 302,
77
     HTML = 303,
78
     MANIFEST = 304,
79
     PLUGPLAY = 305,
80
     VXD = 306,
81
     TOOLBAR = 307,
82
     BUTTON = 308,
83
     LANGUAGE = 309,
84
     CHARACTERISTICS = 310,
85
     VERSIONK = 311,
86
     MENU = 312,
87
     MENUEX = 313,
88
     MENUITEM = 314,
89
     SEPARATOR = 315,
90
     POPUP = 316,
91
     CHECKED = 317,
92
     GRAYED = 318,
93
     HELP = 319,
94
     INACTIVE = 320,
95
     MENUBARBREAK = 321,
96
     MENUBREAK = 322,
97
     MESSAGETABLE = 323,
98
     RCDATA = 324,
99
     STRINGTABLE = 325,
100
     VERSIONINFO = 326,
101
     FILEVERSION = 327,
102
     PRODUCTVERSION = 328,
103
     FILEFLAGSMASK = 329,
104
     FILEFLAGS = 330,
105
     FILEOS = 331,
106
     FILETYPE = 332,
107
     FILESUBTYPE = 333,
108
     BLOCKSTRINGFILEINFO = 334,
109
     BLOCKVARFILEINFO = 335,
110
     VALUE = 336,
111
     BLOCK = 337,
112
     MOVEABLE = 338,
113
     FIXED = 339,
114
     PURE = 340,
115
     IMPURE = 341,
116
     PRELOAD = 342,
117
     LOADONCALL = 343,
118
     DISCARDABLE = 344,
119
     NOT = 345,
120
     QUOTEDUNISTRING = 346,
121
     QUOTEDSTRING = 347,
122
     STRING = 348,
123
     NUMBER = 349,
124
     SIZEDUNISTRING = 350,
125
     SIZEDSTRING = 351,
126
     IGNORED_TOKEN = 352,
127
     NEG = 353
128
   };
129
#endif
130
#define BEG 258
131
#define END 259
132
#define ACCELERATORS 260
133
#define VIRTKEY 261
134
#define ASCII 262
135
#define NOINVERT 263
136
#define SHIFT 264
137
#define CONTROL 265
138
#define ALT 266
139
#define BITMAP 267
140
#define CURSOR 268
141
#define DIALOG 269
142
#define DIALOGEX 270
143
#define EXSTYLE 271
144
#define CAPTION 272
145
#define CLASS 273
146
#define STYLE 274
147
#define AUTO3STATE 275
148
#define AUTOCHECKBOX 276
149
#define AUTORADIOBUTTON 277
150
#define CHECKBOX 278
151
#define COMBOBOX 279
152
#define CTEXT 280
153
#define DEFPUSHBUTTON 281
154
#define EDITTEXT 282
155
#define GROUPBOX 283
156
#define LISTBOX 284
157
#define LTEXT 285
158
#define PUSHBOX 286
159
#define PUSHBUTTON 287
160
#define RADIOBUTTON 288
161
#define RTEXT 289
162
#define SCROLLBAR 290
163
#define STATE3 291
164
#define USERBUTTON 292
165
#define BEDIT 293
166
#define HEDIT 294
167
#define IEDIT 295
168
#define FONT 296
169
#define ICON 297
170
#define ANICURSOR 298
171
#define ANIICON 299
172
#define DLGINCLUDE 300
173
#define DLGINIT 301
174
#define FONTDIR 302
175
#define HTML 303
176
#define MANIFEST 304
177
#define PLUGPLAY 305
178
#define VXD 306
179
#define TOOLBAR 307
180
#define BUTTON 308
181
#define LANGUAGE 309
182
#define CHARACTERISTICS 310
183
#define VERSIONK 311
184
#define MENU 312
185
#define MENUEX 313
186
#define MENUITEM 314
187
#define SEPARATOR 315
188
#define POPUP 316
189
#define CHECKED 317
190
#define GRAYED 318
191
#define HELP 319
192
#define INACTIVE 320
193
#define MENUBARBREAK 321
194
#define MENUBREAK 322
195
#define MESSAGETABLE 323
196
#define RCDATA 324
197
#define STRINGTABLE 325
198
#define VERSIONINFO 326
199
#define FILEVERSION 327
200
#define PRODUCTVERSION 328
201
#define FILEFLAGSMASK 329
202
#define FILEFLAGS 330
203
#define FILEOS 331
204
#define FILETYPE 332
205
#define FILESUBTYPE 333
206
#define BLOCKSTRINGFILEINFO 334
207
#define BLOCKVARFILEINFO 335
208
#define VALUE 336
209
#define BLOCK 337
210
#define MOVEABLE 338
211
#define FIXED 339
212
#define PURE 340
213
#define IMPURE 341
214
#define PRELOAD 342
215
#define LOADONCALL 343
216
#define DISCARDABLE 344
217
#define NOT 345
218
#define QUOTEDUNISTRING 346
219
#define QUOTEDSTRING 347
220
#define STRING 348
221
#define NUMBER 349
222
#define SIZEDUNISTRING 350
223
#define SIZEDSTRING 351
224
#define IGNORED_TOKEN 352
225
#define NEG 353
226
 
227
 
228
 
229
 
230
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
231
#line 69 "rcparse.y"
232
typedef union YYSTYPE {
233
  rc_accelerator acc;
234
  rc_accelerator *pacc;
235
  rc_dialog_control *dialog_control;
236
  rc_menuitem *menuitem;
237
  struct
238
  {
239
    rc_rcdata_item *first;
240
    rc_rcdata_item *last;
241
  } rcdata;
242
  rc_rcdata_item *rcdata_item;
243
  rc_fixed_versioninfo *fixver;
244
  rc_ver_info *verinfo;
245
  rc_ver_stringinfo *verstring;
246
  rc_ver_varinfo *vervar;
247
  rc_toolbar_item *toobar_item;
248
  rc_res_id id;
249
  rc_res_res_info res_info;
250
  struct
251
  {
252
    rc_uint_type on;
253
    rc_uint_type off;
254
  } memflags;
255
  struct
256
  {
257
    rc_uint_type val;
258
    /* Nonzero if this number was explicitly specified as long.  */
259
    int dword;
260
  } i;
261
  rc_uint_type il;
262
  rc_uint_type is;
263
  const char *s;
264
  struct
265
  {
266
    rc_uint_type length;
267
    const char *s;
268
  } ss;
269
  unichar *uni;
270
  struct
271
  {
272
    rc_uint_type length;
273
    const unichar *s;
274
  } suni;
275
} YYSTYPE;
276
/* Line 1275 of yacc.c.  */
277
#line 278 "rcparse.h"
278
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
279
# define YYSTYPE_IS_DECLARED 1
280
# define YYSTYPE_IS_TRIVIAL 1
281
#endif
282
 
283
extern YYSTYPE yylval;
284
 
285
 
286
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.