mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* dpmiexcp removed
This commit is contained in:
parent
477eacdff2
commit
e4463fc278
@ -1,8 +1,11 @@
|
||||
{$mode objfpc}
|
||||
uses
|
||||
(* sysutils does not work correctly with DPMIEXCP unit
|
||||
anyway, its not needed anymore
|
||||
since the exception handler is now in system unit
|
||||
{$ifdef go32v2}
|
||||
dpmiexcp,
|
||||
{$endif}
|
||||
{$endif} *)
|
||||
sysutils;
|
||||
var i,j,k:real;
|
||||
const except_called : boolean = false;
|
||||
@ -22,4 +25,4 @@ begin
|
||||
Writeln('Error in except handling');
|
||||
Halt(1);
|
||||
end;
|
||||
end.
|
||||
end.
|
Loading…
Reference in New Issue
Block a user