mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* fixed printnodelist indentation
This commit is contained in:
parent
adc5f048eb
commit
38f57c30fe
@ -1096,6 +1096,7 @@ implementation
|
|||||||
write(t,printnodeindention,'(');
|
write(t,printnodeindention,'(');
|
||||||
printnodeindent;
|
printnodeindent;
|
||||||
hp.printnodeinfo(t);
|
hp.printnodeinfo(t);
|
||||||
|
writeln(t);
|
||||||
printnode(t,hp.left);
|
printnode(t,hp.left);
|
||||||
writeln(t);
|
writeln(t);
|
||||||
printnodeunindent;
|
printnodeunindent;
|
||||||
@ -1127,7 +1128,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.96 2005-02-14 17:13:06 peter
|
Revision 1.97 2005-03-05 16:17:30 jonas
|
||||||
|
* fixed printnodelist indentation
|
||||||
|
|
||||||
|
Revision 1.96 2005/02/14 17:13:06 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
Revision 1.95 2005/01/04 16:39:46 peter
|
Revision 1.95 2005/01/04 16:39:46 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user