mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +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;
|
||||
|
||||
|
||||
procedure NewExit; far;
|
||||
procedure NewExit; {$IFNDEF FPC} far;{$ENDIF FPC}
|
||||
begin
|
||||
ExitProc := OldExit;
|
||||
if (ErrorAddr <> nil) or (ExitCode <> 0) then
|
||||
|
Loading…
Reference in New Issue
Block a user