[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.36 and 1.37

version 1.36, 2010/03/25 07:28:16 version 1.37, 2010/03/25 07:39:25
Line 222  rew_scope(enum man_type type, struct man *m, enum mant
Line 222  rew_scope(enum man_type type, struct man *m, enum mant
  * any of these as the parent node, so it needs special handling.   * any of these as the parent node, so it needs special handling.
  * Beyond this, it's the same as blk_close().   * Beyond this, it's the same as blk_close().
  */   */
   /* ARGSUSED */
 int  int
 blk_dotted(MACRO_PROT_ARGS)  blk_dotted(MACRO_PROT_ARGS)
 {  {
Line 255  blk_dotted(MACRO_PROT_ARGS)
Line 256  blk_dotted(MACRO_PROT_ARGS)
 /*  /*
  * Close out a generic explicit macro.   * Close out a generic explicit macro.
  */   */
   /* ARGSUSED */
 int  int
 blk_close(MACRO_PROT_ARGS)  blk_close(MACRO_PROT_ARGS)
 {  {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb