aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 17:31:35 -0700
committerPaul Eggert2011-05-22 17:31:35 -0700
commitc11285dca1ee2896b487fe03408a4c7c356b6d5b (patch)
tree2a1bf07e0164ef9cf905516bb88f3bd80c2387fa /src/ChangeLog
parentfdccd48e6df31841616ae7a2d98f187e8a0c403c (diff)
downloademacs-c11285dca1ee2896b487fe03408a4c7c356b6d5b.tar.gz
emacs-c11285dca1ee2896b487fe03408a4c7c356b6d5b.zip
* alloc.c (make_event_array): Use XINT, not XUINT.
There's no need for unsigned here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 725c6642746..f6a6c21c25c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-05-23 Paul Eggert <eggert@cs.ucla.edu> 12011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (make_event_array): Use XINT, not XUINT.
4 There's no need for unsigned here.
5
3 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t 6 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
4 This follows up to the 2011-05-06 change that substituted uintptr_t 7 This follows up to the 2011-05-06 change that substituted uintptr_t
5 for EMACS_INT. This case wasn't caught back then. 8 for EMACS_INT. This case wasn't caught back then.