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 857ed4b0..b231b3db 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -2213,7 +2213,7 @@ compMatch(["%Match",subject,altBlock],m,env) ==
$catchAllCount = 0 =>
stackAndThrow('"missing %b otherwise %d alternative in case pattern",nil)
code :=
- atom sn => ['%bind,[[sn,se]],['%when,:nreverse altsCode]]
+ IDENTP sn => ['%bind,[[sn,se]],['%when,:nreverse altsCode]]
["%bind",[[n,e] for n in sn for e in rest se],
['%when,:nreverse altsCode]]
[code,m,savedEnv]