diff --git a/compiler/innr.inc b/compiler/compinnr.inc similarity index 93% rename from compiler/innr.inc rename to compiler/compinnr.inc index 597903efca..3625009c38 100644 --- a/compiler/innr.inc +++ b/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 diff --git a/compiler/ninl.pas b/compiler/ninl.pas index 3a2d3f7937..5133fd478d 100644 --- a/compiler/ninl.pas +++ b/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