Browse Source

+ Added goto on switch

michael 26 years ago
parent
commit
f31460489f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/inc/heap.inc

+ 5 - 1
rtl/inc/heap.inc

@@ -23,6 +23,7 @@
    CHECKHEAP    if you want to test the heap integrity
 
 }
+{$GOTO ON}
 
 { Memory manager }
 const
@@ -1099,7 +1100,10 @@ end;
 
 {
   $Log$
-  Revision 1.14  1999-09-08 16:14:41  peter
+  Revision 1.15  1999-09-17 10:38:00  michael
+  + Added goto on switch
+
+  Revision 1.14  1999/09/08 16:14:41  peter
     * pointer fixes
 
   Revision 1.13  1999/08/20 13:26:20  michael