* fns.c (map_char_table): Protoize parameter.
authorAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 14:58:22 +0000 (14:58 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 14:58:22 +0000 (14:58 +0000)
src/fns.c

index dc4f1a5..157918b 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1466,7 +1466,8 @@ See also the documentation of make-char.")
 
 void
 map_char_table (c_function, function, subtable, arg, depth, indices)
-     Lisp_Object (*c_function) (), function, subtable, arg, *indices;
+     void (*c_function) P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
+     Lisp_Object function, subtable, arg, *indices;
      int depth;
 {
   int i, to;