Browse Source

+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit

michael 26 years ago
parent
commit
5efb1744bb
3 changed files with 10 additions and 4 deletions
  1. 1 1
      fcl/inc/Makefile.inc
  2. 5 2
      fcl/inc/classes.inc
  3. 4 1
      fcl/inc/stringl.inc

+ 1 - 1
fcl/inc/Makefile.inc

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

+ 5 - 2
fcl/inc/classes.inc

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

+ 4 - 1
fcl/inc/strings.inc → fcl/inc/stringl.inc

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