Browse Source

* stack checking supported for all systems

carl 23 years ago
parent
commit
85032ae6c6
1 changed files with 5 additions and 6 deletions
  1. 5 6
      rtl/inc/lineinfo.pp

+ 5 - 6
rtl/inc/lineinfo.pp

@@ -20,11 +20,7 @@ interface
  {$DEFINE EMX} (* EMX is the only possibility under OS/2 at the moment *)
 {$ENDIF OS2}
 
-{ This is very important as this code can be called
-  from inside the RTE 202 error PM }
-{$ifndef Unix}
-  {$S-}
-{$endif}
+{$S-}
 
 procedure GetLineInfo(addr:dword;var func,source:string;var line:longint);
 
@@ -879,7 +875,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.9  2002-05-31 13:37:24  marco
+  Revision 1.10  2002-09-07 11:09:40  carl
+    * stack checking supported for all systems
+
+  Revision 1.9  2002/05/31 13:37:24  marco
    * more Renamefest
 
   Revision 1.8  2001/12/13 03:50:00  carl