aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-data.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-12 16:33:55 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-12 16:33:55 +0000
commite5f701265114472fd307faff46539a5c619faf2a (patch)
tree6a2615b95dce683802fed0c3d7c2deef410b6040 /src/interp/br-data.boot
parente15a618f184aeb8cfd29128e610c336ccd4a984b (diff)
downloadopen-axiom-e5f701265114472fd307faff46539a5c619faf2a.tar.gz
cleanups
Diffstat (limited to 'src/interp/br-data.boot')
-rw-r--r--src/interp/br-data.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-data.boot b/src/interp/br-data.boot
index 0518b21a..0ff40dcd 100644
--- a/src/interp/br-data.boot
+++ b/src/interp/br-data.boot
@@ -740,7 +740,7 @@ sublisFormal(args,exp,:options) == main where
x is [.,:.] =>
acc := nil
y := x
- while null atom y repeat
+ while cons? y repeat
acc := [sublisFormal1(args,first y,n),:acc]
y := rest y
r := nreverse acc