[fpc-pascal] fpc in cpp mode

Marco van de Voort marcov at stack.nl
Mon Jun 25 13:24:56 CEST 2007


> is it possible to tell fpc to only replace macros in the code and
> store/show the generated file?
 
> Like Running "cpp myfile.c > myfile.preprocessed.c"?

Not that I know. If it is really macro's you care about, you are out of
luck.

If you just want to get rid of conditionals, try the pascal preprocessor in
the jedi jcl (on sourceforge)



More information about the fpc-pascal mailing list