mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* ramap.c (serial-array-copy!, serial-array-map!): Removed
depracted aliases. (Replaced by `array-copy-in-order!' and `array-map-in-order'.)
This commit is contained in:
parent
e8677eca92
commit
369720835e
1 changed files with 0 additions and 16 deletions
|
@ -808,14 +808,6 @@ racp (SCM src, SCM dst)
|
|||
}
|
||||
|
||||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
|
||||
/* This name is obsolete. Will go away in release 1.5. */
|
||||
SCM_REGISTER_PROC(s_serial_array_copy_x, "serial-array-copy!", 2, 0, 0, scm_array_copy_x);
|
||||
|
||||
#endif /* SCM_DEBUG_DEPRECATED == 0 */
|
||||
|
||||
|
||||
SCM_REGISTER_PROC(s_array_copy_in_order_x, "array-copy-in-order!", 2, 0, 0, scm_array_copy_x);
|
||||
|
||||
|
||||
|
@ -1498,14 +1490,6 @@ ramap_a (SCM ra0,SCM proc,SCM ras)
|
|||
}
|
||||
|
||||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
|
||||
/* This name is obsolete. Will go away in release 1.5. */
|
||||
SCM_REGISTER_PROC(s_serial_array_map_x, "serial-array-map!", 2, 0, 1, scm_array_map_x);
|
||||
|
||||
#endif /* SCM_DEBUG_DEPRECATED == 0 */
|
||||
|
||||
|
||||
SCM_REGISTER_PROC(s_array_map_in_order_x, "array-map-in-order!", 2, 0, 1, scm_array_map_x);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue