mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:09:28 +02:00
* Fix indentation.
git-svn-id: trunk@6998 -
This commit is contained in:
parent
aef82063ec
commit
d0e162317b
@ -614,7 +614,7 @@ implementation
|
|||||||
temp:=Tvecnode(p).right;
|
temp:=Tvecnode(p).right;
|
||||||
Tvecnode(p).right:=l.getcopy;
|
Tvecnode(p).right:=l.getcopy;
|
||||||
|
|
||||||
{Typecheckpass can only be performed *after* the l.getcopy since it
|
{Typecheckpass can only be performed *after* the l.getcopy since it
|
||||||
can modify the tree, and l is in the hightree.}
|
can modify the tree, and l is in the hightree.}
|
||||||
typecheckpass(hightree);
|
typecheckpass(hightree);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user