I'm trying to use cpp (ANSI-C preprocessor) to preprocess some non ANSI-C files.
These files contain assembly instruction in PicoBlaze syntax. PicoBlaze uses 'd
to annotate the literal's radix. I would like to preprocess my files with cpp.
I get several:
<stdin>:228:163: warning: missing terminating ' character [enabled by default]
<stdin>:257:98: warning: missing terminating ' character [enabled by default]
...
warnings. How can I disable termination character checks for '
(or all characters) in cpp?
Here is my command line call:
cpp.exe -E main_Page0.psm