mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* eval.c: Updated comment above scm_map.
This commit is contained in:
parent
26c9c3ce4d
commit
8878f04033
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
/* Note: Currently, scm_map applies PROC to the argument list(s)
|
||||||
sequentially, starting with the first element(s). This is used in
|
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
|
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
|
SCM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue