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

Diff for /mandoc/Attic/mdoc_action.c between version 1.2 and 1.3

version 1.2, 2009/03/31 13:50:19 version 1.3, 2009/04/02 06:51:44
Line 609  post_bl_width(struct mdoc *m)
Line 609  post_bl_width(struct mdoc *m)
   
         if (0 == strcmp(p, "Ds"))          if (0 == strcmp(p, "Ds"))
                 width = 8;                  width = 8;
         else if (MDOC_MAX == (tok = mdoc_tokhash_find(m->htab, p)))          else if (MDOC_MAX == (tok = mdoc_hash_find(m->htab, p)))
                 return(1);                  return(1);
         else if (0 == (width = mdoc_macro2len(tok)))          else if (0 == (width = mdoc_macro2len(tok)))
                 return(vwarn(m, WNOWIDTH));                  return(vwarn(m, WNOWIDTH));

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

CVSweb