From: Andreas Schwab Date: Fri, 21 Nov 1997 14:58:22 +0000 (+0000) Subject: * fns.c (map_char_table): Protoize parameter. X-Git-Tag: emacs-20.3~2759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22e6f12b3bf270b131431058c8a6c61db6de01fc;p=emacs.git * fns.c (map_char_table): Protoize parameter. --- 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;