aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-03 23:21:26 -0700
committerPaul Eggert2011-05-03 23:21:26 -0700
commite3601888f128801233a35cbff7031d9a58931d20 (patch)
treee6d238ea7dc48cef63910b08e0e391bf2aff0ea4 /src/ChangeLog
parent53a35e81c90cec67a21bbc8518bc516ed335d756 (diff)
downloademacs-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/ChangeLog2
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 @@
12011-05-04 Paul Eggert <eggert@cs.ucla.edu> 12011-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>.