From 6cef110ea7c9248b1b0e3caead715fbe248dadac Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 12 Mar 2009 02:57:35 +0000 Subject: Brq/Bro/Brc fixed up and pretty. Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway. --- mdoc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mdoc.c') diff --git a/mdoc.c b/mdoc.c index 364f0bf4..caee2dd6 100644 --- a/mdoc.c +++ b/mdoc.c @@ -535,8 +535,6 @@ parsemacro(struct mdoc *m, int ln, char *buf) break; } - /* FIXME: be able to skip unknown macro lines! */ - mac[i - 1] = 0; if (i == 5 || i <= 2) { -- cgit