comparison src/fns.c @ 16105:1712db4a1709

(map_char_table): Declare depth as int.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 03:42:09 +0000
parents ceb8d03a04f6
children 55fcbbf28987
comparison
equal deleted inserted replaced
16104:f55ff5de378f 16105:1712db4a1709
1347 chartable, and INDICES contains the vector indices 1347 chartable, and INDICES contains the vector indices
1348 for the levels our callers have descended. */ 1348 for the levels our callers have descended. */
1349 1349
1350 void 1350 void
1351 map_char_table (c_function, function, chartable, depth, indices) 1351 map_char_table (c_function, function, chartable, depth, indices)
1352 Lisp_Object (*c_function) (), function, chartable, depth, *indices; 1352 Lisp_Object (*c_function) (), function, chartable, *indices;
1353 int depth;
1353 { 1354 {
1354 int i; 1355 int i;
1355 int size = CHAR_TABLE_ORDINARY_SLOTS; 1356 int size = CHAR_TABLE_ORDINARY_SLOTS;
1356 1357
1357 /* Make INDICES longer if we are about to fill it up. */ 1358 /* Make INDICES longer if we are about to fill it up. */