diff --git a/tests/test/cg/tcalcst6.pp b/tests/test/cg/tcalcst6.pp index 0cb0ed128f..57d6fd4a00 100644 --- a/tests/test/cg/tcalcst6.pp +++ b/tests/test/cg/tcalcst6.pp @@ -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}