[BACK]Return to citrus_ctype_template.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / citrus

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

Diff for /src/lib/libc/citrus/citrus_ctype_template.h between version 1.3 and 1.4

version 1.3, 2002/03/18 10:01:12 version 1.4, 2002/03/25 19:10:45
Line 297  _FUNCNAME(wcsrtombs_priv)(_ENCODING_INFO
Line 297  _FUNCNAME(wcsrtombs_priv)(_ENCODING_INFO
                                 _FUNCNAME(init_state)(ei, psenc);                                  _FUNCNAME(init_state)(ei, psenc);
                         }                          }
                         pwcs0 = 0;                          pwcs0 = 0;
                           cnt += siz - 1; /* don't include terminating null */
                         break;                          break;
                 }                  }
                 if (s)                  if (s)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>