]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:44:11 +0000 (21:44 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:44:11 +0000 (21:44 -0800)
From-SVN: r6946

gcc/scan-types.sh

index 956f8c9e9568b6d5cb604d1a2e73ed06aa3a316c..3789eec99d220336e2d8f9ecf7e7b50b6b89b33c 100755 (executable)
@@ -15,8 +15,8 @@ SED=sed
 
 cat >dummy.c <<!EOF!
 #include <sys/types.h>
-#include "gstddef.h"
-#include "gstdarg.h"
+#include <stddef.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <time.h>
 #include <signal.h>