OSDN Git Service

Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:44:11 +0000 (05:44 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:44:11 +0000 (05:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6946 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/scan-types.sh

index 956f8c9..3789eec 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>