2001-03-22 Philip Blundell <philb@gnu.org>
[binutils.git] / binutils / arparse.h
blob960453720bd65dfd69b8f6ba924a45854241cca6
1 typedef union {
2 char *name;
3 struct list *list ;
5 } YYSTYPE;
6 #define NEWLINE 257
7 #define VERBOSE 258
8 #define FILENAME 259
9 #define ADDLIB 260
10 #define LIST 261
11 #define ADDMOD 262
12 #define CLEAR 263
13 #define CREATE 264
14 #define DELETE 265
15 #define DIRECTORY 266
16 #define END 267
17 #define EXTRACT 268
18 #define FULLDIR 269
19 #define HELP 270
20 #define QUIT 271
21 #define REPLACE 272
22 #define SAVE 273
23 #define OPEN 274
26 extern YYSTYPE yylval;