Browse Source

uses heaptrc need for extrainfo with heaptrc

pierre 26 years ago
parent
commit
03a6c52d60
1 changed files with 9 additions and 1 deletions
  1. 9 1
      compiler/i386base.pas

+ 9 - 1
compiler/i386base.pas

@@ -734,6 +734,11 @@ var
 
 
 implementation
 implementation
 
 
+{$ifdef heaptrc}
+  uses
+      ppheap;
+{$endif heaptrc}
+
 {*****************************************************************************
 {*****************************************************************************
                                   Helpers
                                   Helpers
 *****************************************************************************}
 *****************************************************************************}
@@ -916,7 +921,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  1999-05-12 00:19:51  peter
+  Revision 1.4  1999-05-17 14:33:50  pierre
+   uses heaptrc need for extrainfo with heaptrc
+
+  Revision 1.3  1999/05/12 00:19:51  peter
     * removed R_DEFAULT_SEG
     * removed R_DEFAULT_SEG
     * uniform float names
     * uniform float names