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

Diff for /mandoc/mdoc_macro.c between version 1.207 and 1.208

version 1.207, 2016/08/11 13:30:25 version 1.208, 2016/08/20 15:58:21
Line 1459  phrase_ta(MACRO_PROT_ARGS)
Line 1459  phrase_ta(MACRO_PROT_ARGS)
                         continue;                          continue;
                 if (n->tok == MDOC_It && n->type == ROFFT_BODY)                  if (n->tok == MDOC_It && n->type == ROFFT_BODY)
                         body = n;                          body = n;
                 if (n->tok == MDOC_Bl)                  if (n->tok == MDOC_Bl && n->end == ENDBODY_NOT)
                         break;                          break;
         }          }
   

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

CVSweb