diff options
Diffstat (limited to 'package/config/zconf.y')
-rw-r--r-- | package/config/zconf.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config/zconf.y b/package/config/zconf.y index f354c89e6..896cdb617 100644 --- a/package/config/zconf.y +++ b/package/config/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 |