mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +02:00
- Remove unnecessary call to SysInitStdIO probably added here by me for debugging purpose long time ago. The right one is a few line below.
git-svn-id: trunk@15098 -
This commit is contained in:
parent
60f8b7fcb1
commit
16de86ef7c
@ -383,8 +383,7 @@ begin
|
||||
{ Set up signals handlers (may be needed by init code to test cpu features) }
|
||||
InstallSignals;
|
||||
|
||||
SysInitStdIO;
|
||||
{ Setup heap }
|
||||
{ Setup heap }
|
||||
myheapsize:=4096*1;// $ 20000;
|
||||
myheaprealsize:=4096*1;// $ 20000;
|
||||
heapstart:=nil;
|
||||
|
@ -416,8 +416,7 @@ begin
|
||||
{ Set up signals handlers }
|
||||
InstallSignals;
|
||||
|
||||
SysInitStdIO;
|
||||
{ Setup heap }
|
||||
{ Setup heap }
|
||||
myheapsize:=4096*100;// $ 20000;
|
||||
myheaprealsize:=4096*100;// $ 20000;
|
||||
heapstart:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user