diff src/fns.c @ 13277:70b16bce1f61

(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
author Erik Naggum <erik@naggum.no>
date Mon, 23 Oct 1995 04:42:46 +0000
parents 0701fab73d81
children 30e17254a280
line wrap: on
line diff
--- a/src/fns.c	Mon Oct 23 04:35:45 1995 +0000
+++ b/src/fns.c	Mon Oct 23 04:42:46 1995 +0000
@@ -1336,7 +1336,7 @@
      Lisp_Object (*c_function) (), function, chartable, depth, *indices;
 {
   int i;
-  int size = XCHAR_TABLE (chartable)->size;
+  int size = CHAR_TABLE_ORDINARY_SLOTS;
 
   /* Make INDICES longer if we are about to fill it up.  */
   if ((depth % 10) == 9)