cstdio: Remove extraneous extern.
2012-03-02 Benjamin Kosnik <bkoz@redhat.com> * include/c_global/cstdio: Remove extraneous extern. * include/c_std/cstdio: Same. From-SVN: r184799
This commit is contained in:
parent
cbb6491d76
commit
08c3865834
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue