Browse Source

* objfpc mode for 0.99.12

peter 26 years ago
parent
commit
8da59d4757
1 changed files with 9 additions and 1 deletions
  1. 9 1
      rtl/inc/heaptrc.pp

+ 9 - 1
rtl/inc/heaptrc.pp

@@ -15,6 +15,11 @@
  **********************************************************************}
  **********************************************************************}
 unit heaptrc;
 unit heaptrc;
 
 
+{ 0.99.12 had a bug that initialization/finalization only worked for
+  objfpc,delphi mode }
+{$ifdef VER0_99_12}
+  {$mode objfpc}
+{$endif}
 
 
 interface
 interface
 
 
@@ -753,7 +758,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.20  1999-08-17 14:56:03  michael
+  Revision 1.21  1999-08-18 12:03:16  peter
+    * objfpc mode for 0.99.12
+
+  Revision 1.20  1999/08/17 14:56:03  michael
   Removed the mode for objpas
   Removed the mode for objpas
 
 
   Revision 1.19  1999/07/10 10:33:50  peter
   Revision 1.19  1999/07/10 10:33:50  peter