fixed typo in previous commit

git-svn-id: trunk@36614 -
This commit is contained in:
Károly Balogh 2017-06-29 01:21:35 +00:00
parent a12111e1bd
commit 4001435454

View File

@ -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}