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

Diff for /mandoc/roff.c between version 1.313 and 1.314

version 1.313, 2017/06/17 22:43:14 version 1.314, 2017/06/17 23:07:00
Line 1196  roff_res(struct roff *r, struct buf *buf, int ln, int 
Line 1196  roff_res(struct roff *r, struct buf *buf, int ln, int 
                 }                  }
                 if (cp != NULL &&                  if (cp != NULL &&
                     isalnum((unsigned char)*cp) == 0 &&                      isalnum((unsigned char)*cp) == 0 &&
                     strchr(cp, '$') != NULL)                      strchr(cp, '$') != NULL) {
                           if (r->man->meta.rcsids & (1 << os_e))
                                   mandoc_msg(MANDOCERR_RCS_REP, r->parse,
                                       ln, stesc + 1 - buf->buf, stesc + 1);
                         r->man->meta.rcsids |= 1 << os_e;                          r->man->meta.rcsids |= 1 << os_e;
                   }
   
                 /* Handle trailing whitespace. */                  /* Handle trailing whitespace. */
   

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314

CVSweb