mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-29 13:00:34 +01:00
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:
parent
101d1a7688
commit
e9d128ca48
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user