From 22b18baaf0e8a9b2bd1efd5daa6c2d04e674a268 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 6 Jun 1998 08:39:07 +0000 Subject: [PATCH] * it needs types --- compiler/tree.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiler/tree.pas b/compiler/tree.pas index e4f3f9e7f3..889ba27c98 100644 --- a/compiler/tree.pas +++ b/compiler/tree.pas @@ -294,9 +294,9 @@ unit tree; implementation uses -{$ifdef extdebug} +{ $ifdef extdebug} types, -{$endif extdebug} +{ $endif extdebug} verbose,files; {**************************************************************************** @@ -1540,7 +1540,10 @@ unit tree; end. { $Log$ - Revision 1.14 1998-06-05 14:37:40 pierre + Revision 1.15 1998-06-06 08:39:07 peter + * it needs types + + Revision 1.14 1998/06/05 14:37:40 pierre * fixes for inline for operators * inline procedure more correctly restricted