summaryrefslogtreecommitdiff
path: root/libguile/vectors.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-25 01:16:24 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-25 01:16:24 +0000
commit2a8d66b090cdbf9646714653f64359acc83f13fe (patch)
tree158b3a0ea143029ec3318b5db2c761a5ad197d9e /libguile/vectors.c
parent8cb7939c78e71ef9be636d9570d181a6e41933ff (diff)
downloadguile-2a8d66b090cdbf9646714653f64359acc83f13fe.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile/vectors.c')
-rw-r--r--libguile/vectors.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libguile/vectors.c b/libguile/vectors.c
index 33a216a95..fef48cc3e 100644
--- a/libguile/vectors.c
+++ b/libguile/vectors.c
@@ -439,10 +439,6 @@ scm_i_vector_equal_p (SCM x, SCM y)
}
-/*
- * Naming is inconsistent: this routine modifies its 3rd argument,
- * rather than 1st. --hwn
- */
SCM_DEFINE (scm_vector_move_left_x, "vector-move-left!", 5, 0, 0,
(SCM vec1, SCM start1, SCM end1, SCM vec2, SCM start2),
"Copy elements from @var{vec1}, positions @var{start1} to @var{end1},\n"
@@ -481,9 +477,6 @@ SCM_DEFINE (scm_vector_move_left_x, "vector-move-left!", 5, 0, 0,
}
#undef FUNC_NAME
-/*
- * See previous naming comment. --hwn
- */
SCM_DEFINE (scm_vector_move_right_x, "vector-move-right!", 5, 0, 0,
(SCM vec1, SCM start1, SCM end1, SCM vec2, SCM start2),
"Copy elements from @var{vec1}, positions @var{start1} to @var{end1},\n"