X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fzconf.y;h=c02e5c39f4ea162646f5524fcfb1284efe788ccc;hb=bd5e9f6c34b6396318f6214c60cc827290830e5f;hp=c292f27d41d883a707b533bc9c7e5556e81cd8d2;hpb=120e44ad1fcc23e18af4084d9f02d135854728fd;p=carl9170fw.git diff --git a/config/zconf.y b/config/zconf.y index c292f27..c02e5c3 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -534,7 +534,6 @@ void conf_parse(const char *name) zconf_initscan(name); - sym_init(); _menu_init(); rootmenu.prompt = menu_add_prompt(P_MENU, "CARL9170 Firmware Configuration", NULL); @@ -547,7 +546,7 @@ void conf_parse(const char *name) modules_sym = sym_find( "n" ); tmp = rootmenu.prompt->text; - rootmenu.prompt->text = _(rootmenu.prompt->text); + rootmenu.prompt->text = rootmenu.prompt->text; rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); free((char*)tmp); @@ -781,3 +780,4 @@ void zconfdump(FILE *out) #include "expr.c" #include "symbol.c" #include "menu.c" +#include "preprocess.c"