[Lazarus] PPC: SynEditFoldedView giving "parameter syntax error"

Henry Vermaak henry.vermaak at gmail.com
Thu Nov 6 15:37:01 CET 2008


2008/11/6 Martin Friebe <lazarus at mfriebe.de>:
>
> I am trying to find the right IFDEF, to make sure it compiles for powerpc.
> I believe it would be
>
> {$IFDEF CPUM68K} {$INLINE OFF} {$ENDIF}
>
> Brad, could you see, if that works for you?

see http://www.freepascal.org/docs-html/prog/progap7.html for list of
pre-defines.

should that not be {$ifdef cpupowerpc} ?

henry



More information about the Lazarus mailing list