[fpc-pascal] Preprocessor

2009-12-04 Thread ik
Hello,

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) ?

Thanks
Ido

http://ik.homelinux.org/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Preprocessor

2009-12-04 Thread Jonas Maebe

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___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Preprocessor

2008-11-24 Thread Leonardo M . Ramé
Hi, does exists something like a preprocessor for FPC?, something like 
DLangExtensions (http://andy.jgknet.de/blog/?p=320) from Andreas Hausladen?

It could be really neat to add such a feature.

Leonardo.



___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal