2008/11/6 Martin Friebe <[EMAIL PROTECTED]>:
>
> 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
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to