mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 15:00:16 +02:00
* avoid warning during compilation
git-svn-id: trunk@16701 -
This commit is contained in:
parent
f0084393de
commit
d2262b1a41
@ -395,7 +395,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
procedure NewExit; far;
|
procedure NewExit; {$IFNDEF FPC} far;{$ENDIF FPC}
|
||||||
begin
|
begin
|
||||||
ExitProc := OldExit;
|
ExitProc := OldExit;
|
||||||
if (ErrorAddr <> nil) or (ExitCode <> 0) then
|
if (ErrorAddr <> nil) or (ExitCode <> 0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user