diff options
author | Peter Kjellerstedt | 2005-04-19 09:55:06 +0000 |
---|---|---|
committer | Peter Kjellerstedt | 2005-04-19 09:55:06 +0000 |
commit | bae38db8e42b2d09b920d9430d18ee41bdcc0b17 (patch) | |
tree | 3e1ebb993c7c1979858d58dfd5a923e60a67ec5d /scripts/config/zconf.tab.c_shipped | |
parent | 2bf88a891fb9359951bab83b74296ce036a50ae0 (diff) | |
download | busybox-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.zip busybox-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.tar.gz |
Updated to match trunk/uClibc/extra/config as of r10132, and thus
Linux 2.6.11.
Diffstat (limited to 'scripts/config/zconf.tab.c_shipped')
-rw-r--r-- | scripts/config/zconf.tab.c_shipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index bc2225f..be6bd4c 100644 --- a/scripts/config/zconf.tab.c_shipped +++ b/scripts/config/zconf.tab.c_shipped @@ -175,6 +175,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken); struct symbol *symbol_hash[257]; +static struct menu *current_menu, *current_entry; + #define YYERROR_VERBOSE @@ -2119,6 +2121,7 @@ void zconfdump(FILE *out) } #include "lex.zconf.c" +#include "util.c" #include "confdata.c" #include "expr.c" #include "symbol.c" |