diff --git a/src/fns.c b/src/fns.c index dc4f1a5ff3b..157918bfbe9 100644 --- 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;