소스 검색

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;}