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

gcc/objc/runtime.h

index cd9de6ac63f0bf8eb5da99606630392e0df68b9d..aee2b93964c10bd718e46e12308ddeb45508ae03 100644 (file)
@@ -27,12 +27,12 @@ You should have received a copy of the GNU General Public License along with
 #ifndef __objc_runtime_INCLUDE_GNU
 #define __objc_runtime_INCLUDE_GNU
 
-#include "gstdarg.h"           /* for varargs and va_list's */
+#include <stdarg.h>            /* for varargs and va_list's */
 
 #include <stdio.h>
 #include <ctype.h>
 
-#include "gstddef.h"           /* so noone else will get system versions */
+#include <stddef.h>            /* so noone else will get system versions */
 #include "assert.h"
 
 #include "objc/objc.h"         /* core data types */