diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-04-19 09:55:06 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-04-19 09:55:06 +0000 |
commit | bae38db8e42b2d09b920d9430d18ee41bdcc0b17 (patch) | |
tree | 3e1ebb993c7c1979858d58dfd5a923e60a67ec5d /scripts/config/zconf.y | |
parent | 2bf88a891fb9359951bab83b74296ce036a50ae0 (diff) | |
download | busybox-w32-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.tar.gz busybox-w32-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.tar.bz2 busybox-w32-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.zip |
Updated to match trunk/uClibc/extra/config as of r10132, and thus
Linux 2.6.11.
Diffstat (limited to '')
-rw-r--r-- | scripts/config/zconf.y | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/config/zconf.y b/scripts/config/zconf.y index 658495cda..5ebaf0a78 100644 --- a/scripts/config/zconf.y +++ b/scripts/config/zconf.y | |||
@@ -25,6 +25,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken); | |||
25 | 25 | ||
26 | struct symbol *symbol_hash[257]; | 26 | struct symbol *symbol_hash[257]; |
27 | 27 | ||
28 | static struct menu *current_menu, *current_entry; | ||
29 | |||
28 | #define YYERROR_VERBOSE | 30 | #define YYERROR_VERBOSE |
29 | %} | 31 | %} |
30 | %expect 40 | 32 | %expect 40 |
@@ -681,6 +683,7 @@ void zconfdump(FILE *out) | |||
681 | } | 683 | } |
682 | 684 | ||
683 | #include "lex.zconf.c" | 685 | #include "lex.zconf.c" |
686 | #include "util.c" | ||
684 | #include "confdata.c" | 687 | #include "confdata.c" |
685 | #include "expr.c" | 688 | #include "expr.c" |
686 | #include "symbol.c" | 689 | #include "symbol.c" |