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:
9d4dea6
)
Add several new operations on vectors. Eliminate unnecessary
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Feb 1997 06:10:13 +0000
(06:10 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Feb 1997 06:10:13 +0000
(06:10 +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 46c84b7ff6d61c4585b95c1d29bb5ba8c96280ed..4abfca0ac515a370df1ceb8d1ae82374aff25fdc 100644
(file)
--- a/
v7/src/runtime/vector.scm
+++ b/
v7/src/runtime/vector.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: vector.scm,v 14.
7 1997/02/22 07:49:39
cph Exp $
+$Id: vector.scm,v 14.
8 1997/02/23 06:10:13
cph Exp $
Copyright (c) 1988-97 Massachusetts Institute of Technology
@@
-228,7
+228,7
@@
MIT in each case. |#
(loop (fix:+ index 1))))))
(define (vector-filled? vector element)
- (guarantee-
sub
vector vector 'VECTOR-FILLED?)
+ (guarantee-vector vector 'VECTOR-FILLED?)
(subvector-filled? vector 0 (vector-length vector) element))
(define (subvector-uniform? vector start end)