aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-22 00:50:17 -0700
committerPaul Eggert2012-04-22 00:50:17 -0700
commitda05bc4c1f811079e53dbda24fb3661714f6bde1 (patch)
treef78258c799504a24ea60a2c9ad8cc94dee874d9a /src/ChangeLog
parent52828e02c36f599bfe75a527fecc16ace3fb6323 (diff)
downloademacs-da05bc4c1f811079e53dbda24fb3661714f6bde1.tar.gz
emacs-da05bc4c1f811079e53dbda24fb3661714f6bde1.zip
Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
* alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Do not assume ptrdiff_t is the same width as 'int'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb7498b6298..a1220aeaa7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-04-22 Paul Eggert <eggert@cs.ucla.edu> 12012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
4 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
5 Do not assume ptrdiff_t is the same width as 'int'.
6
3 * alloc.c: Handle unusual debugging option combinations. 7 * alloc.c: Handle unusual debugging option combinations.
4 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK, 8 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
5 since the two debugging options are incompatible. 9 since the two debugging options are incompatible.