mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 04:29:31 +01:00
* Note was fixed.
git-svn-id: trunk@4533 -
This commit is contained in:
parent
747bd411f3
commit
4e9ca8c0f0
@ -671,7 +671,9 @@ Procedure FinalizeHeap;forward;
|
|||||||
Procedure InternalExit;
|
Procedure InternalExit;
|
||||||
var
|
var
|
||||||
current_exit : Procedure;
|
current_exit : Procedure;
|
||||||
|
{$if defined(MSWINDOWS) or defined(OS2)}
|
||||||
i : longint;
|
i : longint;
|
||||||
|
{$endif}
|
||||||
Begin
|
Begin
|
||||||
while exitProc<>nil Do
|
while exitProc<>nil Do
|
||||||
Begin
|
Begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user