From: Benjamin Kosnik Date: Tue, 30 Apr 2002 22:52:39 +0000 (+0000) Subject: re PR libstdc++/6501 (ctype_noninline.h:45: `__SB_masks' undeclared) X-Git-Tag: releases/gcc-3.3.0~5364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a125b7bc58ceec58eaca9b6b4eae0b36c98edac8;p=thirdparty%2Fgcc.git re PR libstdc++/6501 (ctype_noninline.h:45: `__SB_masks' undeclared) 2002-04-30 John David Anglin 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: r52979 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8015fa60cd58..7394140d57a5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,5 @@ +2002-04-30 John David Anglin + 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.