OSDN Git Service

A few cosmetic adjustments, and fixup the makefile a bit
[uclinux-h8/uClibc.git] / extra / config / zconf.tab.h_shipped
1 #ifndef BISON_ZCONF_TAB_H
2 # define BISON_ZCONF_TAB_H
3
4 #ifndef YYSTYPE
5 typedef union
6 {
7         int token;
8         char *string;
9         struct symbol *symbol;
10         struct expr *expr;
11         struct menu *menu;
12 } yystype;
13 # define YYSTYPE yystype
14 # define YYSTYPE_IS_TRIVIAL 1
15 #endif
16 # define        T_MAINMENU      257
17 # define        T_MENU  258
18 # define        T_ENDMENU       259
19 # define        T_SOURCE        260
20 # define        T_CHOICE        261
21 # define        T_ENDCHOICE     262
22 # define        T_COMMENT       263
23 # define        T_CONFIG        264
24 # define        T_HELP  265
25 # define        T_HELPTEXT      266
26 # define        T_IF    267
27 # define        T_ENDIF 268
28 # define        T_DEPENDS       269
29 # define        T_REQUIRES      270
30 # define        T_OPTIONAL      271
31 # define        T_PROMPT        272
32 # define        T_DEFAULT       273
33 # define        T_TRISTATE      274
34 # define        T_BOOLEAN       275
35 # define        T_INT   276
36 # define        T_HEX   277
37 # define        T_WORD  278
38 # define        T_STRING        279
39 # define        T_UNEQUAL       280
40 # define        T_EOF   281
41 # define        T_EOL   282
42 # define        T_CLOSE_PAREN   283
43 # define        T_OPEN_PAREN    284
44 # define        T_ON    285
45 # define        T_OR    286
46 # define        T_AND   287
47 # define        T_EQUAL 288
48 # define        T_NOT   289
49
50
51 extern YYSTYPE zconflval;
52
53 #endif /* not BISON_ZCONF_TAB_H */