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 7347fb26..75f28a10 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -978,7 +978,7 @@ isUnionMode(m,e) ==
nil
compFromIf(a,m,E) ==
- a="noBranch" => ["noBranch",m,E]
+ a="%noBranch" => ["%noBranch",m,E]
true => comp(a,m,E)
quotify x == x