Workaround for bug #12576; failed to compile for powerpc, if inlining is enabled. Patch by Brad Campbell

git-svn-id: trunk@17253 -
This commit is contained in:
martin 2008-11-06 19:42:01 +00:00
parent 101d1a7688
commit e9d128ca48

View File

@ -24,7 +24,7 @@ of this file under either the MPL or the GPL.
unit SynEditFoldedView;
{$mode objfpc}{$H+}
{//$INLINE OFF}
{$IFDEF CPUPOWERPC} {$INLINE OFF} {$ENDIF} (* Workaround for bug 12576 (fpc) see bugs.freepascal.org/view.php?id=12576 *)
interface