mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
fixed typo in previous commit
git-svn-id: trunk@36614 -
This commit is contained in:
parent
a12111e1bd
commit
4001435454
@ -30,7 +30,7 @@ program tcalcst6;
|
||||
|
||||
{ On linux/i386 and linux/x86-64 safecall is the same as cdecl, so it does not }
|
||||
{ support all parameter types. }
|
||||
{$if ((defined(linux) or defined(android)) and (defined(cpui386) or defined(cpux86_64) or defined(cpum68k))}
|
||||
{$if ((defined(linux) or defined(android)) and (defined(cpui386) or defined(cpux86_64) or defined(cpum68k)))}
|
||||
{$define safecall_is_cdecl}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user