Change "gstdarg.h" to <stdarg.h>.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:31:21 +0000 (21:31 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:31:21 +0000 (21:31 -0800)
From-SVN: r6944

gcc/objc/Object.m

index d62094860f73b7c2524c6e61e75ae82c994b299a..d55d94527d34553a99e051fe0219bdd08a995926 100644 (file)
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "objc/Protocol.h"
 #include "objc/objc-api.h"
 
-#include "gstdarg.h"
+#include <stdarg.h>
 extern void (*_objc_error)(id object, const char *format, va_list);
 
 extern int errno;