diff options
author | Daniel Llorens <daniel.llorens@bluewin.ch> | 2015-02-11 19:32:02 +0100 |
---|---|---|
committer | Daniel Llorens <daniel.llorens@bluewin.ch> | 2016-07-11 09:11:50 +0200 |
commit | 3aafc2c857541fc4d015b5d6ba2ac075f50240d0 (patch) | |
tree | c6ad4e5e3bda61dff42281ecfecb72fa0f39fcb4 /libguile/arrays.h | |
parent | ecb38d4268fdbb764473f2c723c7b0a9aef3eb25 (diff) | |
download | guile-3aafc2c857541fc4d015b5d6ba2ac075f50240d0.tar.gz |
Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x
Diffstat (limited to 'libguile/arrays.h')
-rw-r--r-- | libguile/arrays.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/arrays.h b/libguile/arrays.h index 6399333f9..bd216aede 100644 --- a/libguile/arrays.h +++ b/libguile/arrays.h @@ -51,7 +51,7 @@ SCM_API SCM scm_transpose_array (SCM ra, SCM args); SCM_API SCM scm_array_contents (SCM ra, SCM strict); SCM_API SCM scm_array_from_s (SCM ra, SCM indices); SCM_API SCM scm_array_from (SCM ra, SCM indices); -SCM_API SCM scm_array_set_from_x (SCM ra, SCM b, SCM indices); +SCM_API SCM scm_array_amend_x (SCM ra, SCM b, SCM indices); SCM_API SCM scm_list_to_array (SCM ndim, SCM lst); SCM_API SCM scm_list_to_typed_array (SCM type, SCM ndim, SCM lst); |