summaryrefslogtreecommitdiff
path: root/libguile/ramap.c
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1999-11-30 18:23:52 +0000
committerGary Houston <ghouston@arglist.com>1999-11-30 18:23:52 +0000
commit1d7bdb2562b217b9c60ad76890642247ec0ea640 (patch)
tree1d8b12a18be96c9ccb427ee83b5b121c3a088083 /libguile/ramap.c
parent0328cad21eefb029fef554be234f09690547e004 (diff)
downloadguile-1d7bdb2562b217b9c60ad76890642247ec0ea640.tar.gz
* unif.h: added some comments, removed the SCM_P macros.
* vports.c (sf_write): use scm_makfromstr, not scm_makfrom0str (thanks to Daniel Skarda).
Diffstat (limited to 'libguile/ramap.c')
-rw-r--r--libguile/ramap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/ramap.c b/libguile/ramap.c
index 68ecac65d..3f09fad45 100644
--- a/libguile/ramap.c
+++ b/libguile/ramap.c
@@ -253,10 +253,10 @@ scm_ra_matchp (ra0, ras)
return exact;
}
-/* array mapper: apply cproc to each dimension of the given arrays. */
+/* array mapper: apply cproc to each dimension of the given arrays?. */
int
scm_ramapc (cproc, data, ra0, lra, what)
- int (*cproc) (); /* procedure to call on normalised arrays:
+ int (*cproc) (); /* procedure to call on unrolled arrays?
cproc (dest, source list) or
cproc (dest, data, source list). */
SCM data; /* data to give to cproc or unbound. */