[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.61 and 1.63

version 1.61, 2011/04/17 09:08:19 version 1.63, 2011/06/18 17:36:52
Line 307  blk_exp(MACRO_PROT_ARGS)
Line 307  blk_exp(MACRO_PROT_ARGS)
          * anywhere.           * anywhere.
          */           */
   
         if ( ! rew_scope(MAN_BODY, m, tok))  
                 return(0);  
         if ( ! rew_scope(MAN_BLOCK, m, tok))  
                 return(0);  
   
         if ( ! man_block_alloc(m, line, ppos, tok))          if ( ! man_block_alloc(m, line, ppos, tok))
                 return(0);                  return(0);
         if ( ! man_head_alloc(m, line, ppos, tok))          if ( ! man_head_alloc(m, line, ppos, tok))
Line 484  man_args(struct man *m, int line, int *pos, char *buf,
Line 479  man_args(struct man *m, int line, int *pos, char *buf,
         if ('\0' == *start)          if ('\0' == *start)
                 return(0);                  return(0);
   
         *v = mandoc_getarg(m->parse, v, line, 1, pos);          *v = mandoc_getarg(m->parse, v, line, pos);
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.63

CVSweb