vserver 1.9.3
[linux-2.6.git] / scripts / kconfig / zconf.y
index 459b690..aad1f51 100644 (file)
@@ -25,6 +25,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
 %}
 %expect 40