Explorar o código

core: print also define value during --cfg-print

Daniel-Constantin Mierla %!s(int64=4) %!d(string=hai) anos
pai
achega
d40d23da34
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/cfg.lex

+ 1 - 0
src/core/cfg.lex

@@ -1334,6 +1334,7 @@ IMPORTFILE      "import_file"
 							}
 						}
 <DEFINE_DATA>.          {	count();
+							ksr_print_cfg_part(yytext);
 							addstr(&s_buf, yytext, yyleng); }
 
 <INITIAL>{PREP_START}{SUBST}	{ count();  return SUBST;}