Mercurial > emacs
comparison src/fns.c @ 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 | 988eef7dba1b |
children | d56b7d5c18e8 |
comparison
equal
deleted
inserted
replaced
20313:36bbb5e0a687 | 20314:3fb425cf6a83 |
---|---|
1464 | 1464 |
1465 ARG is passed to C_FUNCTION when that is called. */ | 1465 ARG is passed to C_FUNCTION when that is called. */ |
1466 | 1466 |
1467 void | 1467 void |
1468 map_char_table (c_function, function, subtable, arg, depth, indices) | 1468 map_char_table (c_function, function, subtable, arg, depth, indices) |
1469 Lisp_Object (*c_function) (), function, subtable, arg, *indices; | 1469 void (*c_function) P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
1470 Lisp_Object function, subtable, arg, *indices; | |
1470 int depth; | 1471 int depth; |
1471 { | 1472 { |
1472 int i, to; | 1473 int i, to; |
1473 | 1474 |
1474 if (depth == 0) | 1475 if (depth == 0) |