1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

* fns.c (map_char_table): Protoize parameter.

This commit is contained in:
Andreas Schwab 1997-11-21 14:58:22 +00:00
parent b27a170307
commit 22e6f12b3b

View file

@ -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;