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

Diff for /mandoc/Attic/macro.c between version 1.19 and 1.20

version 1.19, 2009/01/03 22:10:22 version 1.20, 2009/01/05 12:23:17
Line 126  macro_close_explicit(MACRO_PROT_ARGS)
Line 126  macro_close_explicit(MACRO_PROT_ARGS)
   
         if (0 != buf[*pos])          if (0 != buf[*pos])
                 return(mdoc_err(mdoc, tok, ppos, ERR_ARGS_EQ0));                  return(mdoc_err(mdoc, tok, ppos, ERR_ARGS_EQ0));
         return(scope_rewind_exp(mdoc, ppos, tok, tt));          return(rewind_exp(mdoc, ppos, tok, tt));
 }  }
   
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb