소스 검색

* stack checking supported for all systems

carl 23 년 전
부모
커밋
85032ae6c6
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  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