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

Diff for /mandoc/roff.c between version 1.101 and 1.102

version 1.101, 2010/09/04 18:31:44 version 1.102, 2010/09/04 20:18:53
Line 749  roff_cond_sub(ROFF_ARGS)
Line 749  roff_cond_sub(ROFF_ARGS)
 {  {
         enum rofft       t;          enum rofft       t;
         enum roffrule    rr;          enum roffrule    rr;
         struct roffnode *l;  
   
         ppos = pos;          ppos = pos;
         rr = r->last->rule;          rr = r->last->rule;
Line 759  roff_cond_sub(ROFF_ARGS)
Line 758  roff_cond_sub(ROFF_ARGS)
          * continue.           * continue.
          */           */
   
         l = r->last;  
         roffnode_cleanscope(r);          roffnode_cleanscope(r);
   
         if (ROFF_MAX == (t = roff_parse(*bufp, &pos))) {          if (ROFF_MAX == (t = roff_parse(*bufp, &pos))) {

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

CVSweb