Browse Source

* FPC_BREAK_ERROR added

peter 25 years ago
parent
commit
b8461475c8
1 changed files with 6 additions and 3 deletions
  1. 6 3
      rtl/inc/system.inc

+ 6 - 3
rtl/inc/system.inc

@@ -463,7 +463,7 @@ begin
 end;
 end;
 
 
 
 
-Procedure HandleErrorAddrFrame (Errno : longint;addr,frame : longint);
+Procedure HandleErrorAddrFrame (Errno : longint;addr,frame : longint);[public,alias:'FPC_BREAK_ERROR'];
 begin
 begin
   If pointer(ErrorProc)<>Nil then
   If pointer(ErrorProc)<>Nil then
     ErrorProc(Errno,pointer(addr),pointer(frame));
     ErrorProc(Errno,pointer(addr),pointer(frame));
@@ -635,7 +635,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2000-08-13 17:55:14  michael
+  Revision 1.6  2000-10-13 12:04:03  peter
+    * FPC_BREAK_ERROR added
+
+  Revision 1.5  2000/08/13 17:55:14  michael
   + Added some delphi compatibility types
   + Added some delphi compatibility types
 
 
   Revision 1.4  2000/08/09 19:31:18  marco
   Revision 1.4  2000/08/09 19:31:18  marco
@@ -646,5 +649,5 @@ end;
 
 
   Revision 1.2  2000/07/13 11:33:45  michael
   Revision 1.2  2000/07/13 11:33:45  michael
   + removed logs
   + removed logs
- 
+
 }
 }