diff options
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 | ||