Merge from vendor branch OPENSSH:
[dragonfly.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 #endif
11 # define        NAME    257
12 # define        LIBRARY 258
13 # define        DESCRIPTION     259
14 # define        STACKSIZE       260
15 # define        HEAPSIZE        261
16 # define        CODE    262
17 # define        DATA    263
18 # define        SECTIONS        264
19 # define        EXPORTS 265
20 # define        IMPORTS 266
21 # define        VERSIONK        267
22 # define        BASE    268
23 # define        CONSTANT        269
24 # define        READ    270
25 # define        WRITE   271
26 # define        EXECUTE 272
27 # define        SHARED  273
28 # define        NONSHARED       274
29 # define        NONAME  275
30 # define        SINGLE  276
31 # define        MULTIPLE        277
32 # define        INITINSTANCE    278
33 # define        INITGLOBAL      279
34 # define        TERMINSTANCE    280
35 # define        TERMGLOBAL      281
36 # define        ID      282
37 # define        NUMBER  283
38
39
40 extern YYSTYPE yylval;
41
42 #endif /* not BISON_Y_TAB_H */