[ http://issues.apache.org/jira/browse/STDCXX-117?page=all ]
Andrew Black updated STDCXX-117:
--------------------------------
Attachment: utilguard.diff
And the (straightforward) patch to util/locale.cpp, util/charmap.cpp,
util/charmap.h, and util/aliases.cpp
Log entry as follows?
STDCXX-117
* aliases.cpp [_RWSTD_NO_NL_LANGINFO] (<langinfo.h>): Guarded against
inclusion when the header is detected to be missing at configuration time.
* charmap.cpp [_RWSTD_NO_ICONV] (<iconv.h>): Guarded against inclusion
when the header is detected to be missing at configuration time.
* charmap.h [_RWSTD_NO_ICONV] (<iconv.h>): Guarded against inclusion
when the header is detected to be missing at configuration time.
* locale.cpp [_RWSTD_NO_ICONV] (<iconv.h>): Guarded against inclusion
when the header is detected to be missing at configuration time.
* locale.cpp [_RWSTD_NO_NL_LANGINFO] (<langinfo.h>): Guarded against
inclusion when the header is detected to be missing at configuration time.
> [Mac OS X 10.2.8] Missing header guards in utility source files
> ---------------------------------------------------------------
>
> Key: STDCXX-117
> URL: http://issues.apache.org/jira/browse/STDCXX-117
> Project: STDCXX
> Type: Bug
> Components: Utilities
> Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1
> Reporter: Andrew Black
> Attachments: utilguard.diff
>
> Several files used in the building of the utilities (util/aliases.cpp,
> util/charmap.cpp, util/charmap.h, util/locale.cpp) are missing guards on the
> inclusion of the langinfo.h and iconv.h headers. I will be ataching a patch
> for this shortly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira