Jelajahi Sumber

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

Daniel-Constantin Mierla 4 tahun lalu
induk
melakukan
d40d23da34
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;}