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

Diff for /mandoc/tag.c between version 1.12 and 1.13

version 1.12, 2016/07/08 20:42:15 version 1.13, 2016/07/20 13:03:24
Line 1 
Line 1 
 /*      $Id$    */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *   *
Line 36  struct tag_entry {
Line 36  struct tag_entry {
         char     s[];          char     s[];
 };  };
   
 static  void     tag_signal(int);  static  void     tag_signal(int) __attribute__((noreturn));
   
 static struct ohash      tag_data;  static struct ohash      tag_data;
 static struct tag_files  tag_files;  static struct tag_files  tag_files;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb