Browse Source

* innr.inc renamed to make compiler compilation easier because the rtl contains
a file of the same name

florian 25 years ago
parent
commit
0cfa0419bd
2 changed files with 11 additions and 3 deletions
  1. 5 1
      compiler/compinnr.inc
  2. 6 2
      compiler/ninl.pas

+ 5 - 1
compiler/innr.inc → compiler/compinnr.inc

@@ -101,7 +101,11 @@ const
 
 {
   $Log$
-  Revision 1.4  2000-10-21 18:16:11  florian
+  Revision 1.1  2000-11-04 16:48:32  florian
+    * innr.inc renamed to make compiler compilation easier because the rtl contains
+      a file of the same name
+
+  Revision 1.4  2000/10/21 18:16:11  florian
     * a lot of changes:
        - basic dyn. array support
        - basic C++ support

+ 6 - 2
compiler/ninl.pas

@@ -29,7 +29,7 @@ interface
     uses
        node,htypechk;
 
-    {$i innr.inc}
+    {$i compinnr.inc}
 
     type
        tinlinenode = class(tunarynode)
@@ -1464,7 +1464,11 @@ begin
 end.
 {
   $Log$
-  Revision 1.12  2000-10-31 22:02:48  peter
+  Revision 1.13  2000-11-04 16:48:32  florian
+    * innr.inc renamed to make compiler compilation easier because the rtl contains
+      a file of the same name
+
+  Revision 1.12  2000/10/31 22:02:48  peter
     * symtable splitted, no real code changes
 
   Revision 1.11  2000/10/26 14:15:06  jonas