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.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index d3ed9926..ab80ac63 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1104,7 +1104,8 @@ middleEndExpand x ==
IDENTP x and (x' := x has %Rename) => x'
isAtomicForm x => x
[op,:args] := x
- IDENTP op and (fun := getOpcodeExpander op) => apply(fun,x,nil)
+ IDENTP op and (fun := getOpcodeExpander op) =>
+ middleEndExpand apply(fun,x,nil)
op in $middleEndMacroList =>
middleEndExpand MACROEXPAND_-1 x
a := middleEndExpand op