mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* Fix closing endif
git-svn-id: trunk@5715 -
This commit is contained in:
parent
121a5c3cb8
commit
fd1cd08e2f
@ -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