summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 16:07:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 16:07:08 +0000
commitc5cf90497acc3621015972b85b9c079b43601342 (patch)
tree746bb9279cdca11169c3263e138d6798d88c4be5 /man_macro.c
parent8ee307fc9980fbb248f1ed3b9c0da115e8c79440 (diff)
downloadmandoc-c5cf90497acc3621015972b85b9c079b43601342.tar.gz
Mechanical diff allowing the const struct regset to propogate through
libman and libmdoc.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index c859e480..abac5f84 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -290,6 +290,7 @@ blk_close(MACRO_PROT_ARGS)
}
+/* ARGSUSED */
int
blk_exp(MACRO_PROT_ARGS)
{
@@ -341,6 +342,7 @@ blk_exp(MACRO_PROT_ARGS)
* scopes, such as `SH' closing out an `SS', are defined in the rew
* routines.
*/
+/* ARGSUSED */
int
blk_imp(MACRO_PROT_ARGS)
{
@@ -398,6 +400,7 @@ blk_imp(MACRO_PROT_ARGS)
}
+/* ARGSUSED */
int
in_line_eoln(MACRO_PROT_ARGS)
{