浏览代码

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

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
d40d23da34
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;}