OSDN Git Service

* include/c_global/cstdio: Remove extraneous extern.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2012 22:57:14 +0000 (22:57 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2012 22:57:14 +0000 (22:57 +0000)
* include/c_std/cstdio: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@184842 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6330c7b..d49c6a4 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.
 2012-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.
index d11743a..e648475 100644 (file)
@@ -47,7 +47,7 @@
 #define _GLIBCXX_CSTDIO 1
 
 #ifndef _GLIBCXX_HAVE_GETS
 #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.
 #endif
 
 // Get rid of those macros defined in <stdio.h> in lieu of real functions.
index 1588fc9..d4f4732 100644 (file)
@@ -46,7 +46,7 @@
 #include <stdio.h>
 
 #ifndef _GLIBCXX_HAVE_GETS
 #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.
 #endif
 
 // Get rid of those macros defined in <stdio.h> in lieu of real functions.