[BACK]Return to locale.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/locale.h between version 1.14 and 1.14.34.1

version 1.14, 2005/02/03 04:39:32 version 1.14.34.1, 2009/01/15 03:24:06
Line 75  struct lconv {
Line 75  struct lconv {
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
   #ifdef __SETLOCALE_SOURCE__
   
   typedef struct _locale_impl_t           *_locale_t;
   
   #define _LC_GLOBAL_LOCALE               ((_locale_t)-1)
   
   #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 struct lconv    *localeconv(void);  struct lconv    *localeconv(void);
 #ifdef __SETLOCALE_SOURCE__  #ifdef __SETLOCALE_SOURCE__

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.34.1

CVSweb <webmaster@jp.NetBSD.org>