[fpc-devel] [patch] tBits

Paul Ishenin webpirat at mail.ru
Sat Nov 14 12:23:14 CET 2009


Jonas Maebe wrote:
>
> FPC_HAS_FEATURE_* is mainly for things that can be enabled and 
> disabled in the base RTL (such as IO, heap manager, ansistring support 
> etc). Temporary defines for bootstrapping purposes can basically be 
> any define starting with FPC_. Search for "settle" in 
> compiler/options.pas to see where these are defined.
Thanks for explanation. I've added FPC_HAS_OPERATOR_ENUMERATOR define. 
So RTL can have enumerators defined by operators inside the {$IFDEF 
FPC_HAS_OPERATOR_ENUMERATOR} blocks.

Best regards,
Paul Ishenin.



More information about the fpc-devel mailing list