Re: stdlib.h wchar_t problem

2002-07-09 Thread Bernd Walter
On Mon, Jul 08, 2002 at 07:26:26PM -0700, Terry Lambert wrote: Bernd Walter wrote: The system g++ 3.1 complains that stdlib.h typedefs wchar_t: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' I posted a patch for this already, based on Garrett Wollman's point about

Re: stdlib.h wchar_t problem

2002-07-09 Thread Bernd Walter
On Tue, Jul 09, 2002 at 04:08:52PM +0200, Bernd Walter wrote: On Mon, Jul 08, 2002 at 07:26:26PM -0700, Terry Lambert wrote: Bernd Walter wrote: The system g++ 3.1 complains that stdlib.h typedefs wchar_t: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' I

Re: stdlib.h wchar_t problem

2002-07-09 Thread Terry Lambert
Bernd Walter wrote: On Mon, Jul 08, 2002 at 07:26:26PM -0700, Terry Lambert wrote: I posted a patch for this already, based on Garrett Wollman's point about where theings are defined (actually, it requires a non-definition one up from the one Garrett noted as the problem). I did a

stdlib.h wchar_t problem

2002-07-08 Thread Bernd Walter
The system g++ 3.1 complains that stdlib.h typedefs wchar_t: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send

Re: stdlib.h wchar_t problem

2002-07-08 Thread Terry Lambert
Bernd Walter wrote: The system g++ 3.1 complains that stdlib.h typedefs wchar_t: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' I posted a patch for this already, based on Garrett Wollman's point about where theings are defined (actually, it requires a non-definition