mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +02:00
* FPC_BREAK_ERROR added
This commit is contained in:
parent
64f2a4d864
commit
b8461475c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user