summaryrefslogtreecommitdiffstats
path: root/mmain.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:38:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:38:20 +0000
commitfbba0fe349e3fe0955a7fd12e3e9b89abe38ac21 (patch)
treec80f40f7a3bea7ad4ffe3714ca503c1fa5deab65 /mmain.c
parent61ed3cda9170f4f414c6f2d577c68533f7bfe154 (diff)
downloadmandoc-fbba0fe349e3fe0955a7fd12e3e9b89abe38ac21.tar.gz
Cross-checked NetBSD compile changes to Linux.
Diffstat (limited to 'mmain.c')
-rw-r--r--mmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmain.c b/mmain.c
index 8ceddb0c..45c93611 100644
--- a/mmain.c
+++ b/mmain.c
@@ -147,8 +147,8 @@ mmain_getopt(struct mmain *p, int argc, char *argv[],
}
-__dead void
-mmain_exit(struct mmain *p, int code)
+dead_pre void
+mmain_exit(struct mmain *p, int code)
{
if (p->mdoc)