X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;h=69409abc7dc29c9b4ea1e75fb24d4a89f14f2e65;hp=e8bcb966b4ac56c8c336e21d60a1ab68f6424a7c;hb=e017a914b2679d669e201cc76f812b641aa7eea3;hpb=4d01b0b43ea5208f5722b35246d43c0bbd1b3c7e diff --git a/config/zconf.y b/config/zconf.y index e8bcb96..69409ab 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -20,7 +20,6 @@ int cdebug = PRINTD; -int yylex(void); static void yyerror(const char *err); static void zconfprint(const char *err, ...); static void zconf_error(const char *err, ...); @@ -497,7 +496,6 @@ void conf_parse(const char *name) zconf_initscan(name); _menu_init(); - rootmenu.prompt = menu_add_prompt(P_MENU, "CARL9170 Firmware Configuration", NULL); if (getenv("ZCONF_DEBUG")) yydebug = 1; @@ -730,6 +728,5 @@ void zconfdump(FILE *out) } } -#include "zconf.lex.c" #include "util.c" #include "menu.c"