* term.c: Don't include <stdarg.h>, as <lisp.h> does that.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 06:21:26 +0000 (23:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 06:21:26 +0000 (23:21 -0700)
src/ChangeLog
src/term.c

index f8135ee..87876ac 100644 (file)
@@ -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>.
index 2870913..9d19b25 100644 (file)
@@ -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"