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:
parent
b27a170307
commit
22e6f12b3b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue