+ callparan support in node_complexity()

git-svn-id: trunk@8601 -
This commit is contained in:
Jonas Maebe 2007-09-22 10:02:36 +00:00
parent 10930a5165
commit 1e5fee5c6f

View File

@ -642,7 +642,8 @@ implementation
exit;
p := tunarynode(p).left;
end;
blockn:
blockn,
callparan:
p := tunarynode(p).left;
notn,
derefn :