aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-29 01:51:24 -0700
committerPaul Eggert2011-04-29 01:51:24 -0700
commit7fd47d5ce2020a22f8db9776e8d1f47891b966dc (patch)
tree41d5985a227a6c093b81725c2f38b1e40acdb64e /src/ChangeLog
parentd1a2ac5c058c374b2c8178d94ce401febe07e9d8 (diff)
downloademacs-7fd47d5ce2020a22f8db9776e8d1f47891b966dc.tar.gz
emacs-7fd47d5ce2020a22f8db9776e8d1f47891b966dc.zip
* lisp.h: Prefer 64-bit EMACS_INT if available.
(EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit on 32-bit hosts that have 64-bit int, so that they can access large files.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1e048b1390..a9fc541b481 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-04-29 Paul Eggert <eggert@cs.ucla.edu> 12011-04-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h: Prefer 64-bit EMACS_INT if available.
4 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
5 on 32-bit hosts that have 64-bit int, so that they can access
6 large files.
7
3 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. 8 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
4 9
5 Prefer intptr_t/uintptr_t for integers the same widths as pointers. 10 Prefer intptr_t/uintptr_t for integers the same widths as pointers.