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

Diff for /mandoc/mdoc_validate.c between version 1.372 and 1.373

version 1.372, 2019/03/11 13:21:11 version 1.373, 2019/03/13 18:29:18
Line 64  static size_t  macro2len(enum roff_tok);
Line 64  static size_t  macro2len(enum roff_tok);
 static  void     rewrite_macro2len(struct roff_man *, char **);  static  void     rewrite_macro2len(struct roff_man *, char **);
 static  int      similar(const char *, const char *);  static  int      similar(const char *, const char *);
   
 static __dead void post_abort(POST_ARGS);  static  void     post_abort(POST_ARGS) __attribute__((__noreturn__));
 static  void     post_an(POST_ARGS);  static  void     post_an(POST_ARGS);
 static  void     post_an_norm(POST_ARGS);  static  void     post_an_norm(POST_ARGS);
 static  void     post_at(POST_ARGS);  static  void     post_at(POST_ARGS);
Line 497  check_toptext(struct roff_man *mdoc, int ln, int pos, 
Line 497  check_toptext(struct roff_man *mdoc, int ln, int pos, 
         }          }
 }  }
   
 static __dead void  static void
 post_abort(POST_ARGS)  post_abort(POST_ARGS)
 {  {
         abort();          abort();

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.373

CVSweb