Mercurial > emacs
changeset 20314:3fb425cf6a83
* fns.c (map_char_table): Protoize parameter.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 21 Nov 1997 14:58:22 +0000 |
parents | 36bbb5e0a687 |
children | 931b4ddf7966 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Fri Nov 21 14:56:30 1997 +0000 +++ b/src/fns.c Fri Nov 21 14:58:22 1997 +0000 @@ -1466,7 +1466,8 @@ 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;