mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 17:30:25 +02:00
+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit
This commit is contained in:
parent
8bea45e7e6
commit
5efb1744bb
@ -2,7 +2,7 @@
|
||||
# This makefile sets some needed variable, common to all targets
|
||||
|
||||
INCNAMES=classes.inc classesh.inc bits.inc collect.inc compon.inc filer.inc\
|
||||
lists.inc parser.inc persist.inc reader.inc streams.inc strings.inc\
|
||||
lists.inc parser.inc persist.inc reader.inc streams.inc stringl.inc\
|
||||
thread.inc writer.inc
|
||||
|
||||
INCUNITS=classes inifiles
|
@ -63,7 +63,7 @@
|
||||
{$i lists.inc}
|
||||
|
||||
{ TStrings and TStringList implementations }
|
||||
{$i strings.inc}
|
||||
{$i stringl.inc}
|
||||
|
||||
{ TThread implementation }
|
||||
{$i thread.inc}
|
||||
@ -377,7 +377,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 1999-04-08 10:18:50 peter
|
||||
Revision 1.10 1999-04-13 08:52:29 michael
|
||||
+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit
|
||||
|
||||
Revision 1.9 1999/04/08 10:18:50 peter
|
||||
* makefile updates
|
||||
|
||||
}
|
||||
|
@ -938,7 +938,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.15 1999-04-08 10:18:56 peter
|
||||
Revision 1.1 1999-04-13 08:52:28 michael
|
||||
+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit
|
||||
|
||||
Revision 1.15 1999/04/08 10:18:56 peter
|
||||
* makefile updates
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user