[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ascii.c between version 1.45 and 1.46

version 1.45, 2015/04/04 17:47:18 version 1.46, 2015/06/10 19:17:15
Line 62  static struct termp *
Line 62  static struct termp *
 ascii_init(enum termenc enc, const struct mchars *mchars,  ascii_init(enum termenc enc, const struct mchars *mchars,
         const struct manoutput *outopts)          const struct manoutput *outopts)
 {  {
   #if HAVE_WCHAR
         char            *v;          char            *v;
   #endif
         struct termp    *p;          struct termp    *p;
   
         p = mandoc_calloc(1, sizeof(struct termp));          p = mandoc_calloc(1, sizeof(struct termp));

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb