Browse Source

* would not compile under FPC v0.99.5

carl 27 years ago
parent
commit
44820af8cb
1 changed files with 7 additions and 3 deletions
  1. 7 3
      rtl/inc/system.inc

+ 7 - 3
rtl/inc/system.inc

@@ -133,11 +133,12 @@ Procedure incr_ansi_ref (P : pointer);[Alias : 'INCR_ANSI_REF'];
 
 
 
 
 {****************************************************************************
 {****************************************************************************
-                                                 Run-Time Type Information (RTTI)
+                         Run-Time Type Information (RTTI)
 ****************************************************************************}
 ****************************************************************************}
 
 
-
+{$ifndef VER0_99_5}
 {$i rtti.inc}
 {$i rtti.inc}
+{$endif  VER0_99_5}
 
 
 {****************************************************************************
 {****************************************************************************
                                Math Routines
                                Math Routines
@@ -497,7 +498,10 @@ End;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.20  1998-07-13 21:19:12  florian
+  Revision 1.21  1998-07-15 12:09:35  carl
+    * would not compile under FPC v0.99.5
+
+  Revision 1.20  1998/07/13 21:19:12  florian
     * some problems with ansi string support fixed
     * some problems with ansi string support fixed
 
 
   Revision 1.19  1998/07/08 11:56:55  carl
   Revision 1.19  1998/07/08 11:56:55  carl