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

Diff for /src/include/locale.h between version 1.9 and 1.10

version 1.9, 2014/07/14 07:22:07 version 1.10, 2016/09/09 18:12:37
Line 35 
Line 35 
 #ifndef _LOCALE_H_  #ifndef _LOCALE_H_
 #define _LOCALE_H_  #define _LOCALE_H_
   
   #include <sys/_null.h>
   
 struct lconv {  struct lconv {
         char    *decimal_point;          char    *decimal_point;
         char    *thousands_sep;          char    *thousands_sep;
Line 61 
Line 63 
         char    int_p_sign_posn;          char    int_p_sign_posn;
         char    int_n_sign_posn;          char    int_n_sign_posn;
 };  };
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  
   
 #define LC_ALL          0  #define LC_ALL          0
 #define LC_COLLATE      1  #define LC_COLLATE      1

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10