aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.