*** empty log message ***
From-SVN: r37169
This commit is contained in:
parent
e201b0a7e9
commit
49ba75d20e
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* include/bits/std_complex.h (norm): Forward declare.
|
||||
|
|
|
@ -54,6 +54,10 @@
|
|||
#undef iswupper
|
||||
#undef iswxdigit
|
||||
#undef iswctype
|
||||
#undef towlower
|
||||
#undef towupper
|
||||
#undef towctrans
|
||||
#undef wctrans
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue