mirror of git://gcc.gnu.org/git/gcc.git
parent
e201b0a7e9
commit
49ba75d20e
|
@ -1,3 +1,7 @@
|
||||||
|
2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
|
||||||
|
|
||||||
|
* include/c/bits/std_cwctype.h: Add more undefs.
|
||||||
|
|
||||||
2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
|
2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||||
|
|
||||||
* include/bits/std_complex.h (norm): Forward declare.
|
* include/bits/std_complex.h (norm): Forward declare.
|
||||||
|
|
|
@ -54,6 +54,10 @@
|
||||||
#undef iswupper
|
#undef iswupper
|
||||||
#undef iswxdigit
|
#undef iswxdigit
|
||||||
#undef iswctype
|
#undef iswctype
|
||||||
|
#undef towlower
|
||||||
|
#undef towupper
|
||||||
|
#undef towctrans
|
||||||
|
#undef wctrans
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue