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

Diff for /mandoc/tag.c between version 1.17 and 1.18

version 1.17, 2017/01/09 17:49:58 version 1.18, 2017/02/17 14:31:52
Line 38  struct tag_entry {
Line 38  struct tag_entry {
         char     s[];          char     s[];
 };  };
   
 static  void     tag_signal(int) __attribute__((noreturn));  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.17  
changed lines
  Added in v.1.18

CVSweb