[fpc-devel] FPC_HAS_FEATURE_SUPPORT
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Oct 21 23:12:48 CEST 2008
On Fri, 17 Oct 2008 19:03:43 +0200
Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:
> Can someone explain the new FPC system layout?
> I find out so far:
>
> In rtl/inc/systemh.inc there is
>
> {$ifndef FPC_HAS_FEATURE_SUPPORT}
> ...
> {$define FPC_HAS_FEATURE_CLASSES}
> ...
> {$ENDIF}
>
> Because FPC 2.3.1 defines FPC_HAS_FEATURE_SUPPORT the above is never
> executed and therefore FPC_HAS_FEATURE_CLASSES is never defined. So
> for example TObject is never defined.
>
> What defines FPC_HAS_FEATURE_CLASSES and the other features?
Is this work in progress, vacation or was the question too complicated?
Mattias
More information about the fpc-devel
mailing list