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

Diff for /mandoc/main.c between version 1.8 and 1.9

version 1.8, 2009/03/22 19:01:11 version 1.9, 2009/03/22 19:10:48
Line 401  fdesc(struct buf *blk, struct buf *ln,
Line 401  fdesc(struct buf *blk, struct buf *ln,
                                 lnn++;                                  lnn++;
                                 continue;                                  continue;
                         }                          }
                           macro = 0;
 #endif  /* STRIP_XO */  #endif  /* STRIP_XO */
   
                         ln->buf[pos] = 0;                          ln->buf[pos] = 0;
                         if ( ! mdoc_parseln(mdoc, lnn, ln->buf))                          if ( ! mdoc_parseln(mdoc, lnn, ln->buf))
                                 return(0);                                  return(0);
                         lnn++;                          lnn++;
                         macro = pos = 0;                          pos = 0;
                 }                  }
         }          }
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb