Browse Source

- removed stack check, it's system independend in 1.1

florian 22 years ago
parent
commit
0c288217db
1 changed files with 7 additions and 2 deletions
  1. 7 2
      rtl/beos/system.pp

+ 7 - 2
rtl/beos/system.pp

@@ -86,6 +86,7 @@ End;
 {*****************************************************************************
                          Stack check code
 *****************************************************************************}
+{ cheking the stack is done system independend in 1.1
 procedure int_stackcheck(stack_size:longint);[public,alias:'FPC_STACKCHECK'];
 {
   called when trying to get local stack if the compiler directive $S
@@ -97,6 +98,7 @@ procedure int_stackcheck(stack_size:longint);[public,alias:'FPC_STACKCHECK'];
 }
 begin
 end;
+}
 
 {*****************************************************************************
                               ParamStr/Randomize
@@ -532,7 +534,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.6  2003-01-05 20:06:30  florian
+  Revision 1.7  2003-01-05 20:22:24  florian
+    - removed stack check, it's system independend in 1.1
+
+  Revision 1.6  2003/01/05 20:06:30  florian
     + fixed missing SysInitStdIO
 
   Revision 1.5  2002/10/13 09:25:31  florian
@@ -541,4 +546,4 @@ end.
   Revision 1.4  2002/09/07 16:01:17  peter
     * old logs removed and tabs fixed
 
-}
+}