aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 79e040b6..be422d75 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1079,6 +1079,7 @@ middleEndExpand x ==
x = '%true => 'T
isAtomicForm x => x
[op,:args] := x
+ IDENTP op and (op' := op has %Rename) => [op',:middleEndExpand args]
IDENTP op and (fun := getOpcodeExpander op) => apply(fun,x,nil)
op in $middleEndMacroList =>
middleEndExpand MACROEXPAND_-1 x