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

Diff for /mandoc/main.c between version 1.262 and 1.263

version 1.262, 2016/01/08 02:53:13 version 1.263, 2016/01/16 22:30:33
Line 720  parse(struct curparse *curp, int fd, const char *file)
Line 720  parse(struct curparse *curp, int fd, const char *file)
         /* Begin by parsing the file itself. */          /* Begin by parsing the file itself. */
   
         assert(file);          assert(file);
         assert(fd > 0);          assert(fd >= 0);
   
         rctmp = mparse_readfd(curp->mp, fd, file);          rctmp = mparse_readfd(curp->mp, fd, file);
         if (fd != STDIN_FILENO)          if (fd != STDIN_FILENO)

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263

CVSweb