mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 21:02:50 +01: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}
|
{$ifdef Unix}
|
||||||
Procedure CalcSigFPE(sig : longint);cdecl;
|
Procedure CalcSigFPE(sig : longint);cdecl;
|
||||||
{$else}
|
{$else}
|
||||||
function CalcSigFPE(sig : longint) : longint;{$ifndef go32v2}cdecl;{$endif}
|
function CalcSigFPE(sig : longint) : longint;{ $ifndef go32v2}cdecl;{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
begin
|
begin
|
||||||
{$ifdef CPUI386}
|
{$ifdef CPUI386}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user