mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 17:49:25 +02:00
* Disable go32v2 ifdef.
git-svn-id: trunk@5713 -
This commit is contained in:
parent
7365009a64
commit
dbbd43d80d
@ -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;{ $ifndef go32v2}cdecl;{$endif}
|
||||
{$endif}
|
||||
begin
|
||||
{$ifdef CPUI386}
|
||||
|
Loading…
Reference in New Issue
Block a user