changeset 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 a09ec2a2f6dd
children 9493a12ca8a5
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)