busybox-1.0.1-rc1.patch
[oweals/busybox.git] / busybox / scripts / config / zconf.tab.c_shipped
index a5f69a026a431b419ea368405b04bed26365941f..66982c1ddfd7797cf04544d8ec252d7cf86439c1 100644 (file)
@@ -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"