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

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

version 1.17, 2017/01/09 17:49:55 version 1.18, 2017/02/09 17:19:07
Line 36 
Line 36 
         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