Browse Source

- no stack checking possible because used by lineinfo which
might get infinite recursion if stack limit reached

carl 24 years ago
parent
commit
502b31fce2
1 changed files with 6 additions and 1 deletions
  1. 6 1
      rtl/inc/strings.pp

+ 6 - 1
rtl/inc/strings.pp

@@ -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
  
  
 }
 }