[BACK]Return to mdoc_validate.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.287 and 1.288

version 1.287, 2019/03/11 13:19:03 version 1.288, 2019/03/13 18:29:26
Line 62 
Line 62 
 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 495 
Line 495 
         }          }
 }  }
   
 static __dead void  static void
 post_abort(POST_ARGS)  post_abort(POST_ARGS)
 {  {
         abort();          abort();

Legend:
Removed from v.1.287  
changed lines
  Added in v.1.288