diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 2 |
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 |