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

Diff for /mandoc/read.c between version 1.12 and 1.13

version 1.12, 2011/04/09 15:29:40 version 1.13, 2011/04/11 21:59:39
Line 354  mparse_buf_r(struct mparse *curp, struct buf blk, int 
Line 354  mparse_buf_r(struct mparse *curp, struct buf blk, int 
                                 continue;                                  continue;
                         }                          }
   
                         if ('"' == blk.buf[i + 1]) {                          if ('"' == blk.buf[i + 1] || '#' == blk.buf[i + 1]) {
                                 i += 2;                                  i += 2;
                                 /* Comment, skip to end of line */                                  /* Comment, skip to end of line */
                                 for (; i < (int)blk.sz; ++i) {                                  for (; i < (int)blk.sz; ++i) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb