]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
check in required changes for base/sys/sysmacros.h
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2007 01:25:59 +0000 (01:25 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2007 01:25:59 +0000 (01:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121636 138bc75d-0d04-0410-961f-82ee72b054a4

fixincludes/fixincl.x
fixincludes/inclhack.def
fixincludes/tests/base/sys/sysmacros.h

index ffb4c979dd72dd3f98810d35dd0aa4ce77ee22f7..a9e27d8990bb2881b2d9bc01035d472d7c7b2e2e 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Monday February  5, 2007 at 05:33:02 PM CET
+ * It has been AutoGen-ed  Monday February  5, 2007 at 05:19:14 PM PST
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb  5 17:33:02 CET 2007
+/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb  5 17:19:14 PST 2007
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
index e47d7bdcd15c6fcebd800bee1ed02013fa144379..e2ac55c2aa4de9c8cf336c1d9e083227085eca06 100644 (file)
@@ -1375,6 +1375,7 @@ fix = {
     test_text = <<-EOT
        __extension__ extern __inline unsigned int
        __extension__ __extern_inline unsigned int
+       extern __inline unsigned int
        EOT;
 };
 
index 40c44f6183e616f0b1f5204c93a40bfd42cb421e..34d0ed51a3d209e4607f52055ee269d65e32b69d 100644 (file)
 
 #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 */