Enable C99 mode for mcpp by default.

This commit is contained in:
Sei Lisa 2017-10-09 00:05:35 +02:00
parent 4633c87a7c
commit 3214c553b2

View file

@ -472,6 +472,7 @@ def main(argv):
mcpp_mode = True
preproc_cmdline = [
'mcpp', '-e', 'UTF-8', '-I-', '-N', '-3', '-j',
'-V199901L',
]
if predefines: