=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- mandoc/Attic/macro.c 2009/01/03 22:10:22 1.19 +++ mandoc/Attic/macro.c 2009/01/05 12:23:17 1.20 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.19 2009/01/03 22:10:22 kristaps Exp $ */ +/* $Id: macro.c,v 1.20 2009/01/05 12:23:17 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -126,7 +126,7 @@ macro_close_explicit(MACRO_PROT_ARGS) if (0 != buf[*pos]) return(mdoc_err(mdoc, tok, ppos, ERR_ARGS_EQ0)); - return(scope_rewind_exp(mdoc, ppos, tok, tt)); + return(rewind_exp(mdoc, ppos, tok, tt)); }