aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index 361afc75..41ee4c9d 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -289,7 +289,7 @@ bottomUpCompilePredicate(pred, name) ==
bottomUpIdentifier(t,id) ==
m := isType t => bottomUpType(t, m)
- EQ(id,'noMapVal) => throwKeyedMsg('"S2IB0002",NIL)
+ EQ(id,'%noMapVal) => throwKeyedMsg('"S2IB0002",NIL)
EQ(id,'%noBranch) =>
keyedSystemError("S2GE0016",
['"bottomUpIdentifier",'"trying to evaluate %noBranch"])