From 749df0b569531bae13e07df5d4019b37d5801944 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 10 Aug 1999 15:39:59 +0000 Subject: [PATCH] * restored previous setting --- fcl/xml/xmlread.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fcl/xml/xmlread.pp b/fcl/xml/xmlread.pp index 800ebe898a..0d316b79c9 100644 --- a/fcl/xml/xmlread.pp +++ b/fcl/xml/xmlread.pp @@ -45,8 +45,6 @@ procedure ReadDTDFile(var ADoc: TXMLDocument; var f: TStream; implementation -{$i filerec.inc} - const Letter = ['A'..'Z', 'a'..'z']; @@ -979,8 +977,8 @@ end. { $Log$ - Revision 1.7 1999-08-09 16:18:00 michael - + Added filerec.inc for xmlread changes by Sebastian guenther + Revision 1.8 1999-08-10 15:39:59 michael + * restored previous setting Revision 1.6 1999/07/27 13:01:59 peter * remove filerec.inc, it was missing from sysutils! You shouldn't need