[fpc-devel] Declare variables inside the code
Michael Schnell
mschnell at lumino.de
Wed May 11 15:16:32 CEST 2011
On 05/11/2011 02:52 PM, Jonas Maebe wrote:
> I wish I could do this with macro support, but unfortunately that's
> not possible so I have to do it in another and less convenient way"
> while working on the compiler.
Some of the stuff that in ANSI C needs to (and can) be done with macros
can be done with Generics. Of course C macros are exceptionally
powerful, but they are really hard to use when it comes to a higher
level of complexity.
-Michael
More information about the fpc-devel
mailing list