mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 13:28:26 +01:00
- no stack checking possible because used by lineinfo which
might get infinite recursion if stack limit reached
This commit is contained in:
parent
2dc60c9fed
commit
502b31fce2
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
unit strings;
|
unit strings;
|
||||||
|
{$S-}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{ Returns the length of a string }
|
{ Returns the length of a string }
|
||||||
@ -139,7 +140,11 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-07-13 11:33:45 michael
|
Revision 1.3 2001-11-19 00:31:07 carl
|
||||||
|
- no stack checking possible because used by lineinfo which
|
||||||
|
might get infinite recursion if stack limit reached
|
||||||
|
|
||||||
|
Revision 1.2 2000/07/13 11:33:45 michael
|
||||||
+ removed logs
|
+ removed logs
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user