mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* evalext.c (map-in-order): New name. Replaces serial-map.
This commit is contained in:
parent
bc9a91373f
commit
285302e107
1 changed files with 3 additions and 1 deletions
|
@ -127,9 +127,11 @@ scm_m_undefine (x, env)
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
/* This name is obsolete. Will be removed in 1.5. */
|
||||
SCM_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map);
|
||||
|
||||
SCM_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
|
||||
|
||||
void
|
||||
scm_init_evalext ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue