=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_macro.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/mandoc/man_macro.c 2010/05/23 22:45:00 1.19 --- src/usr.bin/mandoc/man_macro.c 2010/07/25 18:05:54 1.20 *************** *** 1,6 **** ! /* $Id: man_macro.c,v 1.19 2010/05/23 22:45:00 schwarze Exp $ */ /* ! * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,6 ---- ! /* $Id: man_macro.c,v 1.20 2010/07/25 18:05:54 schwarze Exp $ */ /* ! * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 79,84 **** --- 79,85 ---- { in_line_eoln, 0 }, /* Vb */ { in_line_eoln, 0 }, /* Ve */ { in_line_eoln, 0 }, /* AT */ + { in_line_eoln, 0 }, /* in */ }; const struct man_macro * const man_macros = __man_macros; *************** *** 286,291 **** --- 287,293 ---- } + /* ARGSUSED */ int blk_exp(MACRO_PROT_ARGS) { *************** *** 337,342 **** --- 339,345 ---- * scopes, such as `SH' closing out an `SS', are defined in the rew * routines. */ + /* ARGSUSED */ int blk_imp(MACRO_PROT_ARGS) { *************** *** 394,399 **** --- 397,403 ---- } + /* ARGSUSED */ int in_line_eoln(MACRO_PROT_ARGS) {