aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 17:22:43 -0700
committerPaul Eggert2011-05-22 17:22:43 -0700
commitfdccd48e6df31841616ae7a2d98f187e8a0c403c (patch)
tree434102645e61acf3e0f18abc57e0b25423c45261 /src/ChangeLog
parentaf3d522ffbf83826f80ab8f6d811e19e97c37384 (diff)
downloademacs-fdccd48e6df31841616ae7a2d98f187e8a0c403c.tar.gz
emacs-fdccd48e6df31841616ae7a2d98f187e8a0c403c.zip
* mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
This follows up to the 2011-05-06 change that substituted uintptr_t for EMACS_INT. This case wasn't caught back then.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 74f0bd52a5d..725c6642746 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 * 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
5 for EMACS_INT. This case wasn't caught back then.
6
12011-05-22 Paul Eggert <eggert@cs.ucla.edu> 72011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Rework Fformat to avoid integer overflow issues. 9 Rework Fformat to avoid integer overflow issues.