]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/binutils/binutils/defparse.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / binutils / binutils / defparse.h
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
3
4 #ifndef YYSTYPE
5 typedef union {
6   char *id;
7   int number;
8 } yystype;
9 # define YYSTYPE yystype
10 # define YYSTYPE_IS_TRIVIAL 1
11 #endif
12 # define        NAME    257
13 # define        LIBRARY 258
14 # define        DESCRIPTION     259
15 # define        STACKSIZE       260
16 # define        HEAPSIZE        261
17 # define        CODE    262
18 # define        DATA    263
19 # define        SECTIONS        264
20 # define        EXPORTS 265
21 # define        IMPORTS 266
22 # define        VERSIONK        267
23 # define        BASE    268
24 # define        CONSTANT        269
25 # define        READ    270
26 # define        WRITE   271
27 # define        EXECUTE 272
28 # define        SHARED  273
29 # define        NONSHARED       274
30 # define        NONAME  275
31 # define        SINGLE  276
32 # define        MULTIPLE        277
33 # define        INITINSTANCE    278
34 # define        INITGLOBAL      279
35 # define        TERMINSTANCE    280
36 # define        TERMGLOBAL      281
37 # define        ID      282
38 # define        NUMBER  283
39
40
41 extern YYSTYPE yylval;
42
43 #endif /* not BISON_Y_TAB_H */