aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit397916af9099ebb9b23d491efef58d48d4e88133 (patch)
treec9a9fd158343804cb5026b9604e097f6ad990ab5 /man_macro.c
parent2bcccf0dba8f2c504e9c3597a11177aaca90023c (diff)
downloadmandoc-397916af9099ebb9b23d491efef58d48d4e88133.tar.gz
mandoc-397916af9099ebb9b23d491efef58d48d4e88133.tar.zst
mandoc-397916af9099ebb9b23d491efef58d48d4e88133.zip
Mechanical diff allowing the const struct regset to propogate through
libman and libmdoc.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 387e0a34..bf36e799 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.47 2010/06/19 20:46:28 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.48 2010/06/26 16:07:08 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)
{