Explorar o código

* Doesn't compile with 1.0 :(

daniel %!s(int64=21) %!d(string=hai) anos
pai
achega
fdbed06377
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      rtl/inc/matrix.pp

+ 10 - 2
rtl/inc/matrix.pp

@@ -28,6 +28,11 @@ unit matrix;
 
 {*****************************************************************************}
 
+{$ifdef VER1_0}
+{1.0 has too much macro bugs :( }
+interface implementation end.
+{$else}
+
 interface
 
 {*****************************************************************************}
@@ -822,10 +827,13 @@ implementation
 {$i mmatimp.inc}
 
 end.
-
+{$endif VER1_0}
 {
   $Log$
-  Revision 1.2  2004-07-07 21:37:30  daniel
+  Revision 1.3  2004-07-08 10:16:21  daniel
+    * Doesn't compile with 1.0 :(
+
+  Revision 1.2  2004/07/07 21:37:30  daniel
     * Matrix unit included in build process
 
 }