[fpc-pascal] Preprocessor

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Dec 4 21:54:11 CET 2009


On 04 Dec 2009, at 21:37, ik wrote:

> Is there a way to see a preprocessor of what fpc creates rather then the
> assembly code so I could see how defines and ifdefs executes (when compiling
> rtl) ?

No, but you can compile with -vc and then the compiler will print for each conditional whether it accepts or rejects it.


Jonas


More information about the fpc-pascal mailing list