diff src/hash.h @ 5934:e2fae7783046 cygwin

lots of use of EMACS_INT, a few others, to eliminate all pointer truncation warnings
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 19:08:46 +0000
parents 308d34e9f07d
children
line wrap: on
line diff
--- a/src/hash.h	Thu Dec 10 17:55:59 2015 +0000
+++ b/src/hash.h	Sat Dec 12 19:08:46 2015 +0000
@@ -31,7 +31,7 @@
 struct hash_table
 {
   hentry	*harray;
-  long		zero_set;
+  EMACS_INT      zero_set;
   void		*zero_entry;
   Elemcount	size;		/* size of the hasharray */
   Elemcount	fullness;	/* number of entries in the hash table */