Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Apr 2012 07:50:17 +0000 (00:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Apr 2012 07:50:17 +0000 (00:50 -0700)
commitda05bc4c1f811079e53dbda24fb3661714f6bde1
treef78258c799504a24ea60a2c9ad8cc94dee874d9a
parent52828e02c36f599bfe75a527fecc16ace3fb6323
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'.
src/ChangeLog
src/alloc.c