mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
- remove stack checking for every target in system unit
This commit is contained in:
parent
3e7cd76b65
commit
a24ab38214
@ -35,6 +35,14 @@
|
||||
|
||||
{ needed for insert,delete,readln }
|
||||
{$P+}
|
||||
{ stack checking always disabled
|
||||
for system unit. This is because
|
||||
the startup code might not
|
||||
have been called yet when we
|
||||
get a stack error, this will
|
||||
cause big crashes
|
||||
}
|
||||
{$S-}
|
||||
|
||||
{****************************************************************************
|
||||
Global Types and Constants
|
||||
@ -604,7 +612,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.57 2002-10-02 18:21:51 peter
|
||||
Revision 1.58 2002-10-06 13:56:47 carl
|
||||
- remove stack checking for every target in system unit
|
||||
|
||||
Revision 1.57 2002/10/02 18:21:51 peter
|
||||
* Copy() changed to internal function calling compilerprocs
|
||||
* FPC_SHORTSTR_COPY renamed to FPC_SHORTSTR_ASSIGN because of the
|
||||
new copy functions
|
||||
|
Loading…
Reference in New Issue
Block a user