aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:44:11 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:44:11 -0800
commitcbd40acb39cdd0c81bcf20ca892a17765af07fed (patch)
treeeb65bf54e6372f407e5351a16be4cace28a7361d
parentc2ab36e6556782967da0962563ac63a5f88707f8 (diff)
downloadgcc-cbd40acb39cdd0c81bcf20ca892a17765af07fed.zip
gcc-cbd40acb39cdd0c81bcf20ca892a17765af07fed.tar.gz
gcc-cbd40acb39cdd0c81bcf20ca892a17765af07fed.tar.bz2
Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
From-SVN: r6946
-rwxr-xr-xgcc/scan-types.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/scan-types.sh b/gcc/scan-types.sh
index 956f8c9..3789eec 100755
--- a/gcc/scan-types.sh
+++ b/gcc/scan-types.sh
@@ -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>