summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.tab.h_shipped
diff options
context:
space:
mode:
authorJochen Striepe <jochen@tolot.escape.de>2003-04-24 08:06:31 +0000
committerJochen Striepe <jochen@tolot.escape.de>2003-04-24 08:06:31 +0000
commitf78a92fbe327ad766c8b79843c7a5f0977bff0b6 (patch)
treeda0bb169aaecfa4b53818f3a8477c6e3e3cc6e93 /scripts/kconfig/zconf.tab.h_shipped
parent08c95bb3c913a3e8f0dcba6a146cd016bf64aed5 (diff)
downloadptxdist-f78a92fbe327ad766c8b79843c7a5f0977bff0b6.tar.gz
ptxdist-f78a92fbe327ad766c8b79843c7a5f0977bff0b6.tar.xz
Initial revision
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@2 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/kconfig/zconf.tab.h_shipped')
-rw-r--r--scripts/kconfig/zconf.tab.h_shipped54
1 files changed, 54 insertions, 0 deletions
diff --git a/scripts/kconfig/zconf.tab.h_shipped b/scripts/kconfig/zconf.tab.h_shipped
new file mode 100644
index 000000000..d4073f517
--- /dev/null
+++ b/scripts/kconfig/zconf.tab.h_shipped
@@ -0,0 +1,54 @@
+#ifndef BISON__HOME_ROBERT_EMBEDDED_PTXDIST_0_3_16PRE_SCRIPTS_KCONFIG_ZCONF_TAB_H
+# define BISON__HOME_ROBERT_EMBEDDED_PTXDIST_0_3_16PRE_SCRIPTS_KCONFIG_ZCONF_TAB_H
+
+#ifndef YYSTYPE
+typedef union
+{
+ int token;
+ char *string;
+ struct symbol *symbol;
+ struct expr *expr;
+ struct menu *menu;
+} yystype;
+# define YYSTYPE yystype
+# define YYSTYPE_IS_TRIVIAL 1
+#endif
+# define T_MAINMENU 257
+# define T_MENU 258
+# define T_ENDMENU 259
+# define T_SOURCE 260
+# define T_CHOICE 261
+# define T_ENDCHOICE 262
+# define T_COMMENT 263
+# define T_CONFIG 264
+# define T_HELP 265
+# define T_HELPTEXT 266
+# define T_IF 267
+# define T_ENDIF 268
+# define T_DEPENDS 269
+# define T_REQUIRES 270
+# define T_OPTIONAL 271
+# define T_PROMPT 272
+# define T_DEFAULT 273
+# define T_TRISTATE 274
+# define T_BOOLEAN 275
+# define T_STRING 276
+# define T_INT 277
+# define T_HEX 278
+# define T_WORD 279
+# define T_WORD_QUOTE 280
+# define T_UNEQUAL 281
+# define T_EOF 282
+# define T_EOL 283
+# define T_CLOSE_PAREN 284
+# define T_OPEN_PAREN 285
+# define T_ON 286
+# define T_OR 287
+# define T_AND 288
+# define T_EQUAL 289
+# define T_NOT 290
+
+
+extern YYSTYPE zconflval;
+
+#endif /* not BISON__HOME_ROBERT_EMBEDDED_PTXDIST_0_3_16PRE_SCRIPTS_KCONFIG_ZCONF_TAB_H */