diff options
| author | Paul Eggert | 2011-04-29 00:55:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-29 00:55:25 -0700 |
| commit | 8727937b9656243b361ba3d8d12ff1ac502a9080 (patch) | |
| tree | e0c9ddbc3558e9b0939a3f61e0776b216c9509ff /src/ChangeLog | |
| parent | 8ac068ac0c00afa85bc4df54032b7a855c639312 (diff) | |
| download | emacs-8727937b9656243b361ba3d8d12ff1ac502a9080.tar.gz emacs-8727937b9656243b361ba3d8d12ff1ac502a9080.zip | |
* lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
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 05f332b8142..a1e048b1390 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | ||
| 4 | |||
| 3 | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | 5 | Prefer intptr_t/uintptr_t for integers the same widths as pointers. |
| 4 | This removes an assumption that EMACS_INT and long are the same | 6 | This removes an assumption that EMACS_INT and long are the same |
| 5 | width as pointers. The assumption is true for Emacs porting targets | 7 | width as pointers. The assumption is true for Emacs porting targets |