changeset 18108:af791b0f0657

(map_char_table): Use XSETFASTINT.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jun 1997 00:33:14 +0000
parents 7e13abad5cca
children b8c70b5f5aba
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Mon Jun 02 00:32:20 1997 +0000
+++ b/src/fns.c	Mon Jun 02 00:33:14 1997 +0000
@@ -1457,7 +1457,7 @@
     {
       Lisp_Object elt = XCHAR_TABLE (subtable)->contents[i];
 
-      indices[depth] = i;
+      XSETFASTINT (indices[depth], i);
 
       if (SUB_CHAR_TABLE_P (elt))
 	{