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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/term.c | 1 |
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 @@ | |||
| 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>. |
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" |