Module Name:    src
Committed By:   christos
Date:           Wed Jul 20 12:04:18 UTC 2016

Modified Files:
        src/external/bsd/mdocml/dist: tag.c

Log Message:
mark tag_signal as noreturn.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/tag.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/tag.c
diff -u src/external/bsd/mdocml/dist/tag.c:1.3 src/external/bsd/mdocml/dist/tag.c:1.4
--- src/external/bsd/mdocml/dist/tag.c:1.3	Mon Jul 18 14:45:56 2016
+++ src/external/bsd/mdocml/dist/tag.c	Wed Jul 20 08:04:18 2016
@@ -37,7 +37,7 @@ struct tag_entry {
 	char	 s[];
 };
 
-static	void	 tag_signal(int);
+static	void	 tag_signal(int) __attribute__((__noreturn__));
 
 static struct ohash	 tag_data;
 static struct tag_files	 tag_files;

Reply via email to