Skip to content

Commit ad47eff

Browse files
committed
Enable kore output for C++ parser.
1 parent 122ee58 commit ad47eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ sub parse {
603603
push(@cppParserArgs, '-fno-diagnostics-color');
604604
}
605605

606-
shell($cppParser, $ppResult, '--', @cppParserArgs)->verbose()->stdout($kast)->run();
606+
shell($cppParser, $ppResult, '--kore', '--', @cppParserArgs)->verbose()->stdout($kast)->run();
607607

608608
return $kast;
609609
}

0 commit comments

Comments
 (0)