* avoid warning during compilation

git-svn-id: trunk@16701 -
This commit is contained in:
Tomas Hajny 2011-01-03 23:21:15 +00:00
parent f0084393de
commit d2262b1a41

View File

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