diff options
| author | Paul Eggert | 2011-05-03 23:21:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-03 23:21:26 -0700 |
| commit | e3601888f128801233a35cbff7031d9a58931d20 (patch) | |
| tree | e6d238ea7dc48cef63910b08e0e391bf2aff0ea4 /src/ChangeLog | |
| parent | 53a35e81c90cec67a21bbc8518bc516ed335d756 (diff) | |
| download | emacs-e3601888f128801233a35cbff7031d9a58931d20.tar.gz emacs-e3601888f128801233a35cbff7031d9a58931d20.zip | |
* term.c: Don't include <stdarg.h>, as <lisp.h> does that.
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 f8135ee2ab0..87876ac9b8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * term.c: Don't include <stdarg.h>, as <lisp.h> does that. | ||
| 4 | |||
| 3 | Arithmetic overflows now return float rather than wrapping around. | 5 | Arithmetic overflows now return float rather than wrapping around. |
| 4 | (Bug#8611). | 6 | (Bug#8611). |
| 5 | * data.c: Include <intprops.h>. | 7 | * data.c: Include <intprops.h>. |