[fpc-devel] Generics and compiler conditions

ik idokan at gmail.com
Tue Apr 3 17:28:22 CEST 2007


Hello,

I wish to know if there is a predefine macro or compiler directive
that can tell me if there is a support for generics with something
such as:

{$IFDEF USEGENERICS}
...
{$ELSE}
...
{$ENDIF}

Or

{$IF USEGENERICS}
...
{$ELSE}
..
{$ENDIF}


Thanks,

Ido
-- 
http://ik.homelinux.org/



More information about the fpc-devel mailing list