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

Diff for /mandoc/roff.c between version 1.269 and 1.270

version 1.269, 2015/04/23 16:17:44 version 1.270, 2015/05/01 16:02:47
Line 1022  roff_node_append(struct roff_man *man, struct roff_nod
Line 1022  roff_node_append(struct roff_man *man, struct roff_nod
                 /* NOTREACHED */                  /* NOTREACHED */
         }          }
         n->parent->nchild++;          n->parent->nchild++;
           n->parent->last = n;
   
         /*          /*
          * Copy over the normalised-data pointer of our parent.  Not           * Copy over the normalised-data pointer of our parent.  Not

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

CVSweb