mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 07:49:26 +02:00
* it needs types
This commit is contained in:
parent
bf1d4a1fc1
commit
22b18baaf0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user