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

Diff for /mandoc/read.c between version 1.150.2.4 and 1.150.2.5

version 1.150.2.4, 2017/01/09 02:24:01 version 1.150.2.5, 2017/01/09 02:25:53
Line 873  mparse_result(struct mparse *curp, struct roff_man **m
Line 873  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.150.2.4  
changed lines
  Added in v.1.150.2.5

CVSweb