dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support ansi.c,1.2,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support ansi.c,1.2,1.3
Date: Mon, 04 Aug 2003 23:55:07 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv23061/support

Modified Files:
        ansi.c 
Log Message:


Don't use the mb/wc routines if wchar.h is not present (needed for some
Mac OS X systems that have the functions but not the header file
definitions for mbstate_t).


Index: ansi.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/ansi.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ansi.c      17 Jun 2002 06:32:32 -0000      1.2
--- ansi.c      5 Aug 2003 03:55:04 -0000       1.3
***************
*** 39,43 ****
   */
  #if !(defined(HAVE_WCTOMB) || defined(HAVE_WCRTOMB)) || \
!     !(defined(HAVE_MBTOWC) || defined(HAVE_MBRTOWC))
  #ifndef IL_CONFIG_LATIN1
  #define       IL_CONFIG_LATIN1        1
--- 39,44 ----
   */
  #if !(defined(HAVE_WCTOMB) || defined(HAVE_WCRTOMB)) || \
!     !(defined(HAVE_MBTOWC) || defined(HAVE_MBRTOWC)) || \
!       !(defined(HAVE_WCHAR_H))
  #ifndef IL_CONFIG_LATIN1
  #define       IL_CONFIG_LATIN1        1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]