diff --git a/rtl/beos/system.pp b/rtl/beos/system.pp index 8cbb59c2f6..cfedb55d9f 100644 --- a/rtl/beos/system.pp +++ b/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 -} +} \ No newline at end of file