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

Diff for /mandoc/Attic/action.c between version 1.27 and 1.28

version 1.27, 2009/02/28 21:50:01 version 1.28, 2009/03/01 23:14:15
Line 395  post_bl_width(struct mdoc *mdoc)
Line 395  post_bl_width(struct mdoc *mdoc)
          * the macro's width as set in share/tmac/mdoc/doc-common.           * the macro's width as set in share/tmac/mdoc/doc-common.
          */           */
   
         if (xstrcmp(*p, "Ds")) {          if (xstrcmp(*p, "Ds"))
                 if ( ! mdoc_warn(mdoc, WARN_COMPAT,  
                                         "%s argument deprecated",  
                                         mdoc_argnames[MDOC_Width]))  
                         return(0);  
                 width = 8;                  width = 8;
         } else if (MDOC_MAX == (tok = mdoc_find(mdoc, *p)))          else if (MDOC_MAX == (tok = mdoc_find(mdoc, *p)))
                 return(1);                  return(1);
         else if (0 == (width = mdoc_macro2len(tok)))          else if (0 == (width = mdoc_macro2len(tok)))
                 return(mdoc_warn(mdoc, WARN_SYNTAX,                  return(mdoc_warn(mdoc, WARN_SYNTAX,

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb