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

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

version 1.8, 2011/07/03 18:51:01 version 1.9, 2014/07/14 07:22:07
Line 54 
Line 54 
         char    n_sep_by_space;          char    n_sep_by_space;
         char    p_sign_posn;          char    p_sign_posn;
         char    n_sign_posn;          char    n_sign_posn;
           char    int_p_cs_precedes;
           char    int_p_sep_by_space;
           char    int_n_cs_precedes;
           char    int_n_sep_by_space;
           char    int_p_sign_posn;
           char    int_n_sign_posn;
 };  };
   
 #ifndef NULL  #ifndef NULL

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