* *.c: Finish replacing K&R style prototypes with ANSI C
[bpt/guile.git] / libguile / ramap.c
index d40ea1b..a6a5279 100644 (file)
@@ -142,9 +142,7 @@ cind (SCM ra, SCM inds)
    */
 
 int 
-scm_ra_matchp (ra0, ras)
-     SCM ra0;
-     SCM ras;
+scm_ra_matchp (SCM ra0, SCM ras)
 {
   SCM ra1;
   scm_array_dim dims;