Browse Source

* add $goto on to avoid problems

pierre 25 years ago
parent
commit
4a353c277d
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/go32v2/dpmiexcp.pp

+ 7 - 1
rtl/go32v2/dpmiexcp.pp

@@ -13,6 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+{$GOTO ON}
+
 Unit DPMIExcp;
 
 { If linking to C code we must avoid loading of the dpmiexcp.o
@@ -890,7 +893,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.9  2000-01-07 16:41:31  daniel
+  Revision 1.10  2000-01-10 12:14:57  pierre
+   * add $goto on to avoid problems
+
+  Revision 1.9  2000/01/07 16:41:31  daniel
     * copyright 2000
 
   Revision 1.8  2000/01/07 16:32:23  daniel