aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index 4ce7412c..0e62db1d 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2010, Gabriel Dos Reis.
+-- Copyright (C) 2007-2011, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -1620,7 +1620,7 @@ compJoin(["Join",:argl],m,e) ==
atom y =>
isDomainForm(y,e) => [y]
nil
- y is ['LENGTH,y'] => [y,y']
+ y is [op,y'] and op in '(LENGTH %llength) => [y,y']
[y]
x
x is ["DomainSubstitutionMacro",pl,body] =>