Do not assume EMACS_INT is the same width as a pointer.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2011 07:13:19 +0000 (00:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2011 07:13:19 +0000 (00:13 -0700)
commitb08a63ccec4bda5556777ab8538b92726fd55a1e
treeceff3193260c813b66dff7254920ef8dc4a05b3f
parent548d0a63d6212c0baef9a3d2bf0093cceb4e1136
parent8ff0ac3c78498c905a22786aa124f59d213b99a0
Do not assume EMACS_INT is the same width as a pointer.

This prepares for a future patch that will prefer 64-bit EMACS_INT if
available.  That patch can be tried now, by compiling with -DWIDE_EMACS_INT,
but it is temporarily not the default so that it can be further tested.

Also, install some other fixes for problems discovered by the static
checking of GCC 4.6.0.

Fixes: debbugs:8545 debbugs:8601 debbugs:8600 debbugs:8602
ChangeLog
doc/lispref/ChangeLog
src/callproc.c
src/doc.c