* innr.inc renamed to make compiler compilation easier because the rtl contains

a file of the same name
This commit is contained in:
florian 2000-11-04 16:48:32 +00:00
parent 747f3d9552
commit 0cfa0419bd
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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