summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--man_macro.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 74b59980..846050f1 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.36 2010/03/25 07:28:16 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.37 2010/03/25 07:39:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -222,6 +222,7 @@ rew_scope(enum man_type type, struct man *m, enum mant tok)
* any of these as the parent node, so it needs special handling.
* Beyond this, it's the same as blk_close().
*/
+/* ARGSUSED */
int
blk_dotted(MACRO_PROT_ARGS)
{
@@ -255,6 +256,7 @@ blk_dotted(MACRO_PROT_ARGS)
/*
* Close out a generic explicit macro.
*/
+/* ARGSUSED */
int
blk_close(MACRO_PROT_ARGS)
{