mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 13:09:17 +02:00
* System.InitProc changed to CodePointer
git-svn-id: trunk@24843 -
This commit is contained in:
parent
ad29cab0aa
commit
4a423ecc44
@ -605,7 +605,7 @@ const
|
|||||||
ThreadingAlreadyUsed : boolean = FALSE;
|
ThreadingAlreadyUsed : boolean = FALSE;
|
||||||
{ Indicates if there was an error }
|
{ Indicates if there was an error }
|
||||||
StackError : boolean = FALSE;
|
StackError : boolean = FALSE;
|
||||||
InitProc : Pointer = nil;
|
InitProc : CodePointer = nil;
|
||||||
{ compatibility }
|
{ compatibility }
|
||||||
ModuleIsLib : Boolean = FALSE;
|
ModuleIsLib : Boolean = FALSE;
|
||||||
ModuleIsPackage : Boolean = FALSE;
|
ModuleIsPackage : Boolean = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user