From 9712ec552692f3361d7528344ffff29931c4831e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 12 Mar 2009 06:38:22 +0000 Subject: Delimiters added to columns. --- macro.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'macro.c') diff --git a/macro.c b/macro.c index 9c4e393c..5920d2ef 100644 --- a/macro.c +++ b/macro.c @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.68 2009/03/12 06:32:17 kristaps Exp $ */ +/* $Id: macro.c,v 1.69 2009/03/12 06:38:22 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -1482,8 +1482,7 @@ macro_phrase(struct mdoc *mdoc, int line, int ppos, char *buf) if (MDOC_MAX != (c = mdoc_tokhash_find(mdoc->htab, &buf[la]))) { if ( ! mdoc_macro(mdoc, c, line, la, &i, buf)) return(0); - - return(1); + return(append_delims(mdoc, line, &i, buf)); } if ( ! mdoc_word_alloc(mdoc, line, la, &buf[la])) -- cgit v1.2.3-56-ge451