X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fzconf.y;h=4aa5ad8dc874049a3ad8130d23078df8090f67d7;hb=bd94dc44f5a839eb58db52470fbabcc5c9014dc1;hp=33a5f249a02b45d3a2f6ab37fd6cf45ecbcc3eda;hpb=779fb16265ed0e9dcb7975ee46f0411fb26d86a3;p=carl9170fw.git diff --git a/config/zconf.y b/config/zconf.y index 33a5f24..4aa5ad8 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -31,7 +31,7 @@ struct symbol *symbol_hash[SYMBOL_HASHSIZE]; static struct menu *current_menu, *current_entry; %} -%expect 30 +%expect 29 %union { @@ -461,7 +461,7 @@ visibility_list: | visibility_list T_EOL ; -visible: T_VISIBLE if_expr +visible: T_VISIBLE if_expr T_EOL { menu_add_visibility($2); };