mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 22:27:21 +01:00
* initial stacklen setup
This commit is contained in:
parent
6154a3076e
commit
b67cdd321d
@ -94,6 +94,7 @@ end;
|
||||
Begin
|
||||
IsConsole := TRUE;
|
||||
IsLibrary := FALSE;
|
||||
StackLength := InitialStkLen;
|
||||
StackBottom := Sptr - StackLength;
|
||||
{ Set up signals handlers }
|
||||
InstallSignals;
|
||||
@ -113,8 +114,8 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2002-12-18 17:51:27 peter
|
||||
* fixed ifdef ver1_0
|
||||
Revision 1.5 2002-12-18 20:42:29 peter
|
||||
* initial stacklen setup
|
||||
|
||||
Revision 1.3 2002/12/18 16:44:09 marco
|
||||
* more new RTL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user