projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a2604
)
Fix typo in LENGTH=?.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 7 Mar 2010 21:21:50 +0000
(16:21 -0500)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 7 Mar 2010 21:21:50 +0000
(16:21 -0500)
src/runtime/list.scm
patch
|
blob
|
history
diff --git
a/src/runtime/list.scm
b/src/runtime/list.scm
index 8f0aa1c6c31813ce14c42b54886178327bffd5ab..9de53428f90ddfcb9687cda61c91c422d4e81fea 100644
(file)
--- a/
src/runtime/list.scm
+++ b/
src/runtime/list.scm
@@
-264,7
+264,7
@@
USA.
((index-fixnum? left) (%length=? left right))
((null? left) (cond ((pair? right) #f)
((index-fixnum? right) (fix:zero? right))
- ((null right) #t)
+ ((null
?
right) #t)
(else (error:wrong-type-argument right "index fixnum or list" 'length=?))))
(else (error:wrong-type-argument left "index fixnum or list" 'length=?))))