Remove arbitrary limit of 2**31 entries in hash tables.
[bpt/emacs.git] / src / charset.h
index 53784bf..16f45ff 100644 (file)
@@ -146,7 +146,7 @@ struct charset
   int id;
 
   /* Index to Vcharset_hash_table.  */
-  int hash_index;
+  EMACS_INT hash_index;
 
   /* Dimension of the charset: 1, 2, 3, or 4.  */
   int dimension;