diff options
-rw-r--r-- | src/interp/c-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot index 596a7949..e496ad7c 100644 --- a/src/interp/c-util.boot +++ b/src/interp/c-util.boot @@ -1074,7 +1074,7 @@ $middleEndOpcodes == nil ++ Return the expander of a middle-end opcode, or nil if there is none. getOpcodeExpander op == - x := ASSOC(op,$middleEndOpcodes) => rest op + x := ASSOC(op,$middleEndOpcodes) => rest x nil middleEndExpand: %Form -> %Form |