diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2002-04-30 19:50:29 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-04-30 19:50:29 +0000 |
commit | 888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e (patch) | |
tree | 3caa8cfbcf350df0bfe525b0ae541d918b4761d4 /libstdc++-v3/include/c_std | |
parent | ed9d6ff9f137a1d2581c30a31ebb6d96ded648d3 (diff) | |
download | gcc-888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e.zip gcc-888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e.tar.gz gcc-888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e.tar.bz2 |
re PR libstdc++/6501 (ctype_noninline.h:45: `__SB_masks' undeclared)
PR libstdc++/6501
* include/c_std/std_cctype.h: Include bits/c++config.h.
* config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define.
From-SVN: r52970
Diffstat (limited to 'libstdc++-v3/include/c_std')
-rw-r--r-- | libstdc++-v3/include/c_std/std_cctype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/c_std/std_cctype.h b/libstdc++-v3/include/c_std/std_cctype.h index 68bd182..4700809 100644 --- a/libstdc++-v3/include/c_std/std_cctype.h +++ b/libstdc++-v3/include/c_std/std_cctype.h @@ -45,6 +45,7 @@ #pragma GCC system_header +#include <bits/c++config.h> #include <ctype.h> // Get rid of those macros defined in <ctype.h> in lieu of real functions. |