mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
* ramap.c (scm_array_map): Renamed to scm_array_map_x. Removed
Scheme-level name `array-map' and renamed `serial-array-map' to `serial-array-map!'.
This commit is contained in:
parent
298aa6e315
commit
7e7904004c
3 changed files with 19 additions and 16 deletions
|
@ -63,7 +63,7 @@ extern int scm_ra_difference SCM_P ((SCM ra0, SCM ras));
|
|||
extern int scm_ra_product SCM_P ((SCM ra0, SCM ras));
|
||||
extern int scm_ra_divide SCM_P ((SCM ra0, SCM ras));
|
||||
extern int scm_array_identity SCM_P ((SCM src, SCM dst));
|
||||
extern SCM scm_array_map SCM_P ((SCM ra0, SCM proc, SCM lra));
|
||||
extern SCM scm_array_map_x SCM_P ((SCM ra0, SCM proc, SCM lra));
|
||||
extern SCM scm_array_for_each SCM_P ((SCM proc, SCM ra0, SCM lra));
|
||||
extern SCM scm_array_index_map_x SCM_P ((SCM ra, SCM proc));
|
||||
extern SCM scm_raequal SCM_P ((SCM ra0, SCM ra1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue