Remove arbitrary limit of 2**31 entries in hash tables.
[bpt/emacs.git] / src / dispextern.h
index 5d8b456..e612a8b 100644 (file)
@@ -2798,7 +2798,7 @@ struct image
   } data;
 
   /* Hash value of image specification to speed up comparisons.  */
-  unsigned hash;
+  EMACS_UINT hash;
 
   /* Image id of this image.  */
   int id;