Fixed macro expansion
This commit is contained in:
@@ -212,11 +212,6 @@ begin
|
||||
FNextIsTail := FIsTailStack.Peek;
|
||||
N.ExpandedBody := Accept(N.ExpandedBody);
|
||||
|
||||
// Also visit the original call nodes, though they are not in tail pos
|
||||
FNextIsTail := False;
|
||||
N.Callee := Accept(N.Callee);
|
||||
N.Arguments := AcceptNodes(N.Arguments);
|
||||
|
||||
Result := N;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user