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

Reply via email to