]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include varargs.h.
authorDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:30:23 +0000 (13:30 +0000)
committerDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:30:23 +0000 (13:30 +0000)
src/ChangeLog
src/unexalpha.c

index 7b927e1b12279535c1cf99aa99ac842bae418a4d..9a2807a9f1b0cf0fbc1caed95bbb7c3fce6ba3fa 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-17  Dave Love  <fx@gnu.org>
+
+       * unexalpha.c: Don't include varargs.h.
+
 2003-09-17  Kim F. Storm  <storm@cua.dk>
 
        * process.c (Fset_process_sentinel): Add sentinel to childp plist
index ea37817941ece69449141a88cbf42394785392a1..97f8f383dda3ae9af832a8d78d67a9eae3a2ac83 100644 (file)
@@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <stdio.h>
-#include <varargs.h>
 #include <errno.h>
 #ifdef HAVE_STRING_H
 #include <string.h>