aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-intern.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-intern.boot')
-rw-r--r--src/interp/i-intern.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-intern.boot b/src/interp/i-intern.boot
index 1253ebc8..37d8d72d 100644
--- a/src/interp/i-intern.boot
+++ b/src/interp/i-intern.boot
@@ -97,7 +97,7 @@ mkAtree1 x ==
null x => throwKeyedMsg("S2IP0005",['"NIL"])
VECP x => x
atom x =>
- x in '(%noBranch noMapVal) => x
+ x in '(%noBranch %noMapVal) => x
x in '(nil true false) => mkAtree2([x],x,NIL)
x = '_/throwAway =>
-- don't want to actually compute this