1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* eval.c: Updated comment above scm_map.

This commit is contained in:
Mikael Djurfeldt 2000-06-14 22:02:13 +00:00
parent 26c9c3ce4d
commit 8878f04033

View file

@ -3605,9 +3605,9 @@ SCM_GPROC (s_map, "map", 2, 0, 1, scm_map, g_map);
/* Note: Currently, scm_map applies PROC to the argument list(s)
sequentially, starting with the first element(s). This is used in
evalext.c where the Scheme procedure `serial-map', which guarantees
evalext.c where the Scheme procedure `map-in-order', which guarantees
sequential behaviour, is implemented using scm_map. If the
behaviour changes, we need to update `serial-map'.
behaviour changes, we need to update `map-in-order'.
*/
SCM