summaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-06 01:25:59 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-06 01:25:59 +0000
commitb67f0bc6f336d9ac17ae15c025ea23429b4431e5 (patch)
tree0170da684625b6c96d1f7b05f48e694907ca198a /fixincludes/tests
parent4777eff425f6aeef6004a2a531cda31586eaa836 (diff)
downloadgcc-b67f0bc6f336d9ac17ae15c025ea23429b4431e5.tar.gz
check in required changes for base/sys/sysmacros.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/sys/sysmacros.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/fixincludes/tests/base/sys/sysmacros.h b/fixincludes/tests/base/sys/sysmacros.h
index 40c44f6183e..34d0ed51a3d 100644
--- a/fixincludes/tests/base/sys/sysmacros.h
+++ b/fixincludes/tests/base/sys/sysmacros.h
@@ -11,9 +11,14 @@
#if defined( GLIBC_C99_INLINE_4_CHECK )
__extension__
-#if __STDC_VERSION__ < 19901L
+#if __STDC_VERSION__ < 199901L
extern
#endif
__inline unsigned int
__extension__ __extern_inline unsigned int
+
+#if __STDC_VERSION__ < 199901L
+extern
+#endif
+__inline unsigned int
#endif /* GLIBC_C99_INLINE_4_CHECK */