* Fix closing endif

git-svn-id: trunk@5715 -
This commit is contained in:
daniel 2006-12-26 13:02:21 +00:00
parent 121a5c3cb8
commit fd1cd08e2f

View File

@ -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}