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

Diff for /mandoc/dbm.c between version 1.6 and 1.7

version 1.6, 2018/11/19 19:22:07 version 1.7, 2019/07/01 22:56:24
Line 233  static struct dbm_res
Line 233  static struct dbm_res
 page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match)  page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match)
 {  {
         static const struct dbm_match   *match;          static const struct dbm_match   *match;
         static const char               *cp;          static const char               *cp;
         static int32_t                   ip;          static int32_t                   ip;
         struct dbm_res                   res = {-1, 0};          struct dbm_res                   res = {-1, 0};
   
Line 315  page_byarch(const struct dbm_match *arg_match)
Line 315  page_byarch(const struct dbm_match *arg_match)
         static const struct dbm_match   *match;          static const struct dbm_match   *match;
         struct dbm_res                   res = {-1, 0};          struct dbm_res                   res = {-1, 0};
         static int32_t                   ip;          static int32_t                   ip;
         const char                      *cp;          const char                      *cp;
   
         /* Initialize for a new iteration. */          /* Initialize for a new iteration. */
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb