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:
2cd665f
)
Add several new operations on vectors. Eliminate unnecessary
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Feb 1997 06:11:12 +0000
(06:11 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Feb 1997 06:11:12 +0000
(06:11 +0000)
bindings.
v7/src/runtime/vector.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/vector.scm
b/v7/src/runtime/vector.scm
index 4abfca0ac515a370df1ceb8d1ae82374aff25fdc..17fe13697f1744c5843ce40992cb9554bbd4d9d2 100644
(file)
--- a/
v7/src/runtime/vector.scm
+++ b/
v7/src/runtime/vector.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: vector.scm,v 14.
8 1997/02/23 06:10:13
cph Exp $
+$Id: vector.scm,v 14.
9 1997/02/23 06:11:12
cph Exp $
Copyright (c) 1988-97 Massachusetts Institute of Technology
@@
-238,5
+238,5
@@
MIT in each case. |#
#t))
(define (vector-uniform? vector)
- (guarantee-
sub
vector vector 'VECTOR-UNIFORM?)
+ (guarantee-vector vector 'VECTOR-UNIFORM?)
(subvector-uniform? vector 0 (vector-length vector)))
\ No newline at end of file