summaryrefslogtreecommitdiffstats
path: root/tag.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-17 14:31:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-17 14:31:52 +0000
commit54d735ad40551c65097fc14a04f450620d23bad0 (patch)
treee9025d70c3b21dbeb9cf80cea915660edffb3ef2 /tag.c
parent43757c82b3a7a65d2481fe9ff6efb2970e685827 (diff)
downloadmandoc-54d735ad40551c65097fc14a04f450620d23bad0.tar.gz
Be consistent in protecting __attribute__ attributes with __;
from Christos Zoulas <christos @ NetBSD>.
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag.c b/tag.c
index 381791be..b57df552 100644
--- a/tag.c
+++ b/tag.c
@@ -38,7 +38,7 @@ struct tag_entry {
char s[];
};
-static void tag_signal(int) __attribute__((noreturn));
+static void tag_signal(int) __attribute__((__noreturn__));
static struct ohash tag_data;
static struct tag_files tag_files;