Browse Source

* Doesn't compile with 1.0 :(

daniel 21 years ago
parent
commit
fdbed06377
1 changed files with 10 additions and 2 deletions
  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
 
 }