cstdio: Remove extraneous extern.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 2 Mar 2012 16:44:50 +0000 (16:44 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 2 Mar 2012 16:44:50 +0000 (16:44 +0000)
2012-03-02  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_global/cstdio: Remove extraneous extern.
* include/c_std/cstdio: Same.

From-SVN: r184799

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cstdio
libstdc++-v3/include/c_std/cstdio

index 6330c7be2667385d22d4328dbbceccca9af6f908..d49c6a4bdf492f90294dadedbc88955a88b36b63 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/c_global/cstdio: Remove extraneous extern.
+       * include/c_std/cstdio: Same.
+
 2012-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.
index d11743a349da97dd2e0242da2ab869c0322d58de..e6484759d5b9fb455278369e58a754b01e08ec10 100644 (file)
@@ -47,7 +47,7 @@
 #define _GLIBCXX_CSTDIO 1
 
 #ifndef _GLIBCXX_HAVE_GETS
-extern "C" extern char* gets (char* __s) __attribute__((deprecated));
+extern "C" char* gets (char* __s) __attribute__((deprecated));
 #endif
 
 // Get rid of those macros defined in <stdio.h> in lieu of real functions.
index 1588fc9e55b501559746296979d9ebf739e68d02..d4f473252e9d1e81198a2721fbe248e5fda31b25 100644 (file)
@@ -46,7 +46,7 @@
 #include <stdio.h>
 
 #ifndef _GLIBCXX_HAVE_GETS
-extern "C" extern char* gets (char* __s) __attribute__((deprecated));
+extern "C" char* gets (char* __s) __attribute__((deprecated));
 #endif
 
 // Get rid of those macros defined in <stdio.h> in lieu of real functions.