This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: [PATCH??] libstdc++-v3/config/locale/gnu/c_locale.h
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Chris Lattner" <sabre at nondot dot org>,<libstdc++ at gcc dot gnu dot org>
- Date: Fri, 22 Aug 2003 15:59:16 -0000
- Subject: RE: [PATCH??] libstdc++-v3/config/locale/gnu/c_locale.h
Hi,
> This file does not compile due to lack of prototypes for malloc, strlen,
> strcpy, and free. This seems like a really gross solution, but does
> work...
This seems to have been fixed already with the following checkin:
2003-07-14 Gabriel Dos Reis <gcc@integrable-solutions.net>
* config/locale/gnu/c_locale.h (__convert_from_v): Include
<cstring> and <cstdlib>. Qualify names.
Regards,
Petur