From: Kristaps Dzonsons Date: Mon, 5 Jan 2009 12:23:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: VERSION_1_1_0~20 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/6eb782b58c4ba0e676d14d922231664e884957bf?ds=sidebyside *** empty log message *** --- diff --git a/macro.c b/macro.c index 4eb41010..a53cf4ab 100644 --- a/macro.c +++ b/macro.c @@ -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)); }