=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tag.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/mandoc/tag.c 2017/01/09 17:49:55 1.17 --- src/usr.bin/mandoc/tag.c 2017/02/09 17:19:07 1.18 *************** *** 1,4 **** ! /* $OpenBSD: tag.c,v 1.17 2017/01/09 17:49:55 schwarze Exp $ */ /* * Copyright (c) 2015, 2016 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: tag.c,v 1.18 2017/02/09 17:19:07 schwarze Exp $ */ /* * Copyright (c) 2015, 2016 Ingo Schwarze * *************** *** 36,42 **** char s[]; }; ! static void tag_signal(int) __attribute__((noreturn)); static struct ohash tag_data; static struct tag_files tag_files; --- 36,42 ---- char s[]; }; ! static void tag_signal(int) __attribute__((__noreturn__)); static struct ohash tag_data; static struct tag_files tag_files;