diff options
| author | Paul Eggert | 2011-05-05 22:55:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-05 22:55:01 -0700 |
| commit | 122b0c864338fa0c428b0ff2afbed2454dd2d1c7 (patch) | |
| tree | 38320a01750cc459910177fd1bc0e1a4bd5b3a9b /src/ChangeLog | |
| parent | 4c4b566b11106e0dd4767340e6e7e0fc89cfd589 (diff) | |
| download | emacs-122b0c864338fa0c428b0ff2afbed2454dd2d1c7.tar.gz emacs-122b0c864338fa0c428b0ff2afbed2454dd2d1c7.zip | |
Temporarily disable wider-than-pointer EMACS_INT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 755b02631f6..80baa5d131a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -55,6 +55,8 @@ | |||
| 55 | (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit | 55 | (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit |
| 56 | on 32-bit hosts that have 64-bit int, so that they can access | 56 | on 32-bit hosts that have 64-bit int, so that they can access |
| 57 | large files. | 57 | large files. |
| 58 | However, temporarily disable this change unless the temporary | ||
| 59 | symbol WIDE_EMACS_INT is defined. | ||
| 58 | 60 | ||
| 59 | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | 61 | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. |
| 60 | 62 | ||