=================================================================== RCS file: /cvs/mandoc/man_macro.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- mandoc/man_macro.c 2010/03/25 07:28:16 1.36 +++ mandoc/man_macro.c 2010/03/25 07:39:25 1.37 @@ -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 * @@ -222,6 +222,7 @@ rew_scope(enum man_type type, struct man *m, enum mant * 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) {