Merge from vendor branch NTPD:
[dragonfly.git] / contrib / binutils-2.15 / binutils / arparse.h
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
3
4 #ifndef YYSTYPE
5 typedef union {
6   char *name;
7 struct list *list ;
8
9 } yystype;
10 # define YYSTYPE yystype
11 # define YYSTYPE_IS_TRIVIAL 1
12 #endif
13 # define        NEWLINE 257
14 # define        VERBOSE 258
15 # define        FILENAME        259
16 # define        ADDLIB  260
17 # define        LIST    261
18 # define        ADDMOD  262
19 # define        CLEAR   263
20 # define        CREATE  264
21 # define        DELETE  265
22 # define        DIRECTORY       266
23 # define        END     267
24 # define        EXTRACT 268
25 # define        FULLDIR 269
26 # define        HELP    270
27 # define        QUIT    271
28 # define        REPLACE 272
29 # define        SAVE    273
30 # define        OPEN    274
31
32
33 extern YYSTYPE yylval;
34
35 #endif /* not BISON_Y_TAB_H */