# HG changeset patch # User Erik Naggum # Date 814423366 0 # Node ID 70b16bce1f617d6592065056d1c6292b75bf3820 # Parent a09ec2a2f6dd44ce1ff138ce25d63fd99f7c902e (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS. diff -r a09ec2a2f6dd -r 70b16bce1f61 src/fns.c --- 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)