aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 7c91d4e0..10657288 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1148,7 +1148,7 @@ compileNot(x,m,e) ==
-- ??? selected through general modemaps, and their semantics
-- ??? are quite hardwired with their syntax.
-- ??? Eventually, we should not need to do this.
- $compilerValue => compIf(["IF",y,"false","true"],m,e)
+ $normalizeTree => compIf(["IF",y,"false","true"],m,e)
compForm(x,m,e)
--% Case