=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.188 retrieving revision 1.189 diff -u -p -r1.188 -r1.189 --- mandoc/mdoc_term.c 2010/09/26 09:16:02 1.188 +++ mandoc/mdoc_term.c 2010/09/26 10:00:42 1.189 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.188 2010/09/26 09:16:02 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.189 2010/09/26 10:00:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -1796,6 +1796,7 @@ termp_sp_pre(DECL_ARGS) } +/* ARGSUSED */ static int termp_quote_pre(DECL_ARGS) { @@ -1855,6 +1856,7 @@ termp_quote_pre(DECL_ARGS) } +/* ARGSUSED */ static void termp_quote_post(DECL_ARGS) {