mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* go32v2 signals are also cdecl now
git-svn-id: trunk@5728 -
This commit is contained in:
parent
93fb280c6d
commit
2ade15c3b5
@ -233,7 +233,7 @@ const
|
||||
{$ifdef Unix}
|
||||
Procedure CalcSigFPE(sig : longint);cdecl;
|
||||
{$else}
|
||||
function CalcSigFPE(sig : longint) : longint;{ $ifndef go32v2}cdecl;{ $endif}
|
||||
function CalcSigFPE(sig : longint) : longint;cdecl;
|
||||
{$endif}
|
||||
begin
|
||||
{$ifdef CPUI386}
|
||||
|
Loading…
Reference in New Issue
Block a user