1
Fork 0
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:
Mikael Djurfeldt 1998-12-07 16:48:35 +00:00
parent bc9a91373f
commit 285302e107

View file

@ -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 ()
{