From 3c32b47b560563cf217ab2781d14ac65e0e12e30 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 24 May 2010 09:33:52 +0000 Subject: Fix typo --- src/interp/c-util.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp') 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 -- cgit v1.2.3