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

Diff for /mandoc/roff.c between version 1.323 and 1.324

version 1.323, 2017/07/14 16:49:39 version 1.324, 2017/07/14 17:16:16
Line 1559  roff_parseln(struct roff *r, int ln, struct buf *buf, 
Line 1559  roff_parseln(struct roff *r, int ln, struct buf *buf, 
         /* For now, let high level macros abort .ce mode. */          /* For now, let high level macros abort .ce mode. */
   
         if (ctl && roffce_node != NULL &&          if (ctl && roffce_node != NULL &&
             (t == TOKEN_NONE || t == ROFF_EQ || t == ROFF_TS)) {              (t == TOKEN_NONE || t == ROFF_Dd || t == ROFF_EQ ||
                t == ROFF_TH || t == ROFF_TS)) {
                 r->man->last = roffce_node;                  r->man->last = roffce_node;
                 r->man->next = ROFF_NEXT_SIBLING;                  r->man->next = ROFF_NEXT_SIBLING;
                 roffce_lines = 0;                  roffce_lines = 0;

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324

CVSweb