Imported Upstream version 2.4.4p3
[debian/amanda] / recover-src / uparse.h
1 #ifndef BISON_UPARSE_H
2 # define BISON_UPARSE_H
3
4 #ifndef YYSTYPE
5 typedef union {
6   int intval;
7   double floatval;
8   char *strval;
9   int subtok;
10 } yystype;
11 # define YYSTYPE yystype
12 # define YYSTYPE_IS_TRIVIAL 1
13 #endif
14 # define        LISTDISK        257
15 # define        SETHOST 258
16 # define        SETDISK 259
17 # define        SETDATE 260
18 # define        SETTAPE 261
19 # define        SETMODE 262
20 # define        CD      263
21 # define        CDX     264
22 # define        QUIT    265
23 # define        DHIST   266
24 # define        LS      267
25 # define        ADD     268
26 # define        ADDX    269
27 # define        EXTRACT 270
28 # define        LIST    271
29 # define        DELETE  272
30 # define        DELETEX 273
31 # define        PWD     274
32 # define        CLEAR   275
33 # define        HELP    276
34 # define        LCD     277
35 # define        LPWD    278
36 # define        MODE    279
37 # define        SMB     280
38 # define        TAR     281
39 # define        PATH    282
40 # define        DATE    283
41
42
43 extern YYSTYPE yylval;
44
45 #endif /* not BISON_UPARSE_H */