Update generated configure scripts.
[binutils.git] / binutils / defparse.h
blobd1167c61bd321593d16a21c886ab67539a8b5906
1 typedef union {
2 char *id;
3 int number;
4 } YYSTYPE;
5 #define NAME 257
6 #define LIBRARY 258
7 #define DESCRIPTION 259
8 #define STACKSIZE 260
9 #define HEAPSIZE 261
10 #define CODE 262
11 #define DATA 263
12 #define SECTIONS 264
13 #define EXPORTS 265
14 #define IMPORTS 266
15 #define VERSIONK 267
16 #define BASE 268
17 #define CONSTANT 269
18 #define READ 270
19 #define WRITE 271
20 #define EXECUTE 272
21 #define SHARED 273
22 #define NONSHARED 274
23 #define NONAME 275
24 #define SINGLE 276
25 #define MULTIPLE 277
26 #define INITINSTANCE 278
27 #define INITGLOBAL 279
28 #define TERMINSTANCE 280
29 #define TERMGLOBAL 281
30 #define ID 282
31 #define NUMBER 283
34 extern YYSTYPE yylval;