aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/term.c1
2 files changed, 2 insertions, 1 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>.
diff --git a/src/term.c b/src/term.c
index 28709138a17..9d19b256308 100644
--- a/src/term.c
+++ b/src/term.c
@@ -26,7 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26#include <sys/file.h> 26#include <sys/file.h>
27#include <unistd.h> 27#include <unistd.h>
28#include <signal.h> 28#include <signal.h>
29#include <stdarg.h>
30#include <setjmp.h> 29#include <setjmp.h>
31 30
32#include "lisp.h" 31#include "lisp.h"