diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1466,7 +1466,8 @@ See also the documentation of make-char.") | |||
| 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; |