X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fkconfig%2Fzconf.y;h=aad1f51147656ae7567570ac717afaf2ec9ba5a2;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=459b69011af75dae55a0fd5b2a6aec35b697d3e9;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 459b69011..aad1f5114 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y @@ -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