From 0c288217db0a8c35a67f84170bfe168358ec27a2 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 5 Jan 2003 20:22:24 +0000 Subject: [PATCH] - removed stack check, it's system independend in 1.1 --- rtl/beos/system.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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