>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:

Peter> Is it correct that this line remains untouched?

Peter> #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) &&
Peter> defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4

No, and I do not know how I missed it. I think it should be 

#if ! defined(USE_WCHAR_T) && defined(__GNUC__) && defined(__GNUC_MINOR__) && 
__GNUC__ == 3 && __GNUC_MINOR__ < 4

JMarc

Reply via email to