diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 16:44:50 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 16:44:50 +0000 |
| commit | 770a1cbf196b0a56a49f42af4f1ef686e3995319 (patch) | |
| tree | 660f4a33dac53be0d43b5cd312be24173b3e38d9 /libstdc++-v3/include/c_std/cstdio | |
| parent | 2d2d80b8bd963f59534897b3d51ef8bd546cb4bc (diff) | |
| download | ppe42-gcc-770a1cbf196b0a56a49f42af4f1ef686e3995319.tar.gz ppe42-gcc-770a1cbf196b0a56a49f42af4f1ef686e3995319.zip | |
2012-03-02 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdio: Remove extraneous extern.
* include/c_std/cstdio: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_std/cstdio')
| -rw-r--r-- | libstdc++-v3/include/c_std/cstdio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/c_std/cstdio b/libstdc++-v3/include/c_std/cstdio index 1588fc9e55b..d4f473252e9 100644 --- a/libstdc++-v3/include/c_std/cstdio +++ b/libstdc++-v3/include/c_std/cstdio @@ -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. |

