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

Diff for /mandoc/man_macro.c between version 1.102 and 1.103

version 1.102, 2015/04/02 22:48:17 version 1.103, 2015/04/03 17:00:52
Line 401  blk_imp(MACRO_PROT_ARGS)
Line 401  blk_imp(MACRO_PROT_ARGS)
   
         /* Close out the head and open the body. */          /* Close out the head and open the body. */
   
         rew_scope(ROFFT_HEAD, man, tok);          man_unscope(man, n);
         man_body_alloc(man, line, ppos, tok);          man_body_alloc(man, line, ppos, tok);
 }  }
   

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb