diff src/mem-limits.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/mem-limits.h	Thu Dec 10 17:55:59 2015 +0000
+++ b/src/mem-limits.h	Sat Dec 12 19:08:46 2015 +0000
@@ -54,7 +54,7 @@
 typedef void *POINTER;
 
 #ifndef CYGWIN
-typedef unsigned long SIZE;
+typedef uintptr_t SIZE;
 #endif
 
 extern POINTER start_of_data (void);