Include gstdarg.h, not stdarg.h.
authorRichard Stallman <rms@gnu.org>
Mon, 10 May 1993 06:03:43 +0000 (06:03 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 10 May 1993 06:03:43 +0000 (06:03 +0000)
From-SVN: r4407

gcc/objc/runtime.h

index d46cf37d3a8fea1d10c6791fd7c61e1a9a746299..936aa44d459d796cb07f8d76f81b41f492972bc8 100644 (file)
@@ -30,7 +30,7 @@ You should have received a copy of the GNU General Public License along with
 #include <stdio.h>
 #include <ctype.h>
 
-#include "stdarg.h"            /* for varargs and va_list's */
+#include "gstdarg.h"           /* for varargs and va_list's */
 #include "gstddef.h"           /* so noone else will get system versions */
 #include "assert.h"