diff options
Diffstat (limited to 'libguile/arrays.h')
-rw-r--r-- | libguile/arrays.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/arrays.h b/libguile/arrays.h index b43e93c29..890a902fe 100644 --- a/libguile/arrays.h +++ b/libguile/arrays.h @@ -52,8 +52,6 @@ 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_amend_x (SCM ra, SCM b, SCM indices); -SCM_API SCM scm_array_for_each_cell (SCM frank, SCM op, SCM args); -SCM_API SCM scm_array_for_each_cell_in_order (SCM frank, SCM op, SCM args); 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); |