* term.c: Don't include <stdarg.h>, as <lisp.h> does that.
This commit is contained in:
parent
53a35e81c9
commit
e3601888f1
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-05-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* term.c: Don't include <stdarg.h>, as <lisp.h> does that.
|
||||
|
||||
Arithmetic overflows now return float rather than wrapping around.
|
||||
(Bug#8611).
|
||||
* data.c: Include <intprops.h>.
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include <sys/file.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "lisp.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue