mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
* IsLibrary initialized by declaration
* IsLibrary for linux is set in dllprt0.as git-svn-id: trunk@4547 -
This commit is contained in:
parent
2ecd4522be
commit
73083de898
@ -341,7 +341,7 @@ var
|
||||
ExitCode : Word; public name 'operatingsystem_result';
|
||||
RandSeed : Cardinal;
|
||||
{ Delphi compatibility }
|
||||
IsLibrary : boolean;
|
||||
IsLibrary : boolean = false;
|
||||
IsConsole : boolean;
|
||||
{ Threading support }
|
||||
fpc_threadvar_relocate_proc : pointer; public name 'FPC_THREADVAR_RELOCATE';
|
||||
|
||||
@ -251,7 +251,6 @@ var
|
||||
Begin
|
||||
SysResetFPU;
|
||||
IsConsole := TRUE;
|
||||
IsLibrary := FALSE;
|
||||
StackLength := CheckInitialStkLen(initialStkLen);
|
||||
StackBottom := initialstkptr - StackLength;
|
||||
{ Set up signals handlers }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user