# HG changeset patch # User Andreas Schwab # Date 880124302 0 # Node ID 3fb425cf6a83d74dd646b0f41e7cc97138c39b13 # Parent 36bbb5e0a687c7e652ff9427f9746f644aeb2203 * fns.c (map_char_table): Protoize parameter. diff -r 36bbb5e0a687 -r 3fb425cf6a83 src/fns.c --- 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;