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

Diff for /mandoc/read.c between version 1.156 and 1.157

version 1.156, 2017/01/08 00:11:24 version 1.157, 2017/01/09 01:37:03
Line 867  mparse_result(struct mparse *curp, struct roff_man **m
Line 867  mparse_result(struct mparse *curp, struct roff_man **m
 }  }
   
 void  void
   mparse_updaterc(struct mparse *curp, enum mandoclevel *rc)
   {
           if (curp->file_status > *rc)
                   *rc = curp->file_status;
   }
   
   void
 mandoc_vmsg(enum mandocerr t, struct mparse *m,  mandoc_vmsg(enum mandocerr t, struct mparse *m,
                 int ln, int pos, const char *fmt, ...)                  int ln, int pos, const char *fmt, ...)
 {  {

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

CVSweb