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

Diff for /mandoc/mdoc_validate.c between version 1.222 and 1.223

version 1.222, 2014/07/02 19:55:10 version 1.223, 2014/07/02 20:19:11
Line 1729  post_st(POST_ARGS)
Line 1729  post_st(POST_ARGS)
         const char               *p;          const char               *p;
   
         if (NULL == (ch = mdoc->last->child)) {          if (NULL == (ch = mdoc->last->child)) {
                 mdoc_nmsg(mdoc, mdoc->last, MANDOCERR_MACROEMPTY);                  mandoc_msg(MANDOCERR_MACRO_EMPTY, mdoc->parse,
                       mdoc->last->line, mdoc->last->pos,
                       mdoc_macronames[mdoc->last->tok]);
                 mdoc_node_delete(mdoc, mdoc->last);                  mdoc_node_delete(mdoc, mdoc->last);
                 return(1);                  return(1);
         }          }

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223

CVSweb