Browse Source

* heapblocks for >0.99.5

peter 27 years ago
parent
commit
5dce7ad29a
1 changed files with 6 additions and 7 deletions
  1. 6 7
      compiler/pp.pas

+ 6 - 7
compiler/pp.pas

@@ -220,13 +220,9 @@ end;
 begin
 begin
   oldexit:=exitproc;
   oldexit:=exitproc;
   exitproc:=@myexit;
   exitproc:=@myexit;
-{$ifndef VER0_99_5}  
-  {$ifdef linux}
+{$ifndef VER0_99_5}
+  {$ifndef TP}
     heapblocks:=true;
     heapblocks:=true;
-  {$else}
-    {$ifdef go32v2}
-      heapblocks:=true;
-    {$endif}
   {$endif}
   {$endif}
 {$endif}
 {$endif}
 {$ifdef UseOverlay}
 {$ifdef UseOverlay}
@@ -238,7 +234,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.27  1998-08-11 00:00:00  peter
+  Revision 1.28  1998-08-26 15:31:17  peter
+    * heapblocks for >0.99.5
+
+  Revision 1.27  1998/08/11 00:00:00  peter
     * fixed dup log
     * fixed dup log
 
 
   Revision 1.26  1998/08/10 15:49:40  peter
   Revision 1.26  1998/08/10 15:49:40  peter