summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.tab.h_shipped
blob: d4073f517f3a369cec02b01f4c6517fcadb2a3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 */