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

Diff for /mandoc/roff.c between version 1.382 and 1.383

version 1.382, 2022/04/24 13:38:46 version 1.383, 2022/04/24 17:40:22
Line 2433  roff_cond_sub(ROFF_ARGS)
Line 2433  roff_cond_sub(ROFF_ARGS)
                         }                          }
                 }                  }
         } else if (t != TOKEN_NONE &&          } else if (t != TOKEN_NONE &&
             (rr || roffs[t].flags & ROFFMAC_STRUCT))              (rr || roffs[t].flags & ROFFMAC_STRUCT)) {
                 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs);                  irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs);
         else                  if (irc & ROFF_WHILE)
                           irc &= ~(ROFF_LOOPCONT | ROFF_LOOPEXIT);
           } else
                 irc |= rr ? ROFF_CONT : ROFF_IGN;                  irc |= rr ? ROFF_CONT : ROFF_IGN;
         return irc;          return irc;
 }  }

Legend:
Removed from v.1.382  
changed lines
  Added in v.1.383

CVSweb