artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd56bfd
)
tag_signal() is dead; from LLVM via Christos Zoulas
author
schwarze
<schwarze@openbsd.org>
Wed, 20 Jul 2016 13:02:44 +0000
(13:02 +0000)
committer
schwarze
<schwarze@openbsd.org>
Wed, 20 Jul 2016 13:02:44 +0000
(13:02 +0000)
usr.bin/mandoc/tag.c
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/tag.c
b/usr.bin/mandoc/tag.c
index
8e52eb9
..
299563d
100644
(file)
--- a/
usr.bin/mandoc/tag.c
+++ b/
usr.bin/mandoc/tag.c
@@
-1,4
+1,4
@@
-/*
$OpenBSD: tag.c,v 1.12 2016/07/08 20:41:13 schwarze Exp $
*/
+/*
$OpenBSD: tag.c,v 1.13 2016/07/20 13:02:44 schwarze Exp $
*/
/*
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@
-34,7
+34,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;