pierre 23 лет назад
Родитель
Сommit
ffa8a38c48
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      ide/compiler/compunit.pas

+ 5 - 1
ide/compiler/compunit.pas

@@ -7,6 +7,7 @@
 unit compunit;
 interface
 uses
+  ppheap,
   compiler,
   comphook,
   cpuinfo,
@@ -16,7 +17,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.2  2002-09-07 15:40:51  peter
+  Revision 1.3  2002-10-30 21:53:05  pierre
+   * also compile ppheap unit
+
+  Revision 1.2  2002/09/07 15:40:51  peter
     * old logs removed and tabs fixed
 
 }