From ff707aa645312b3a39818f27c27f11dc06eca2d6 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 20 Jan 2009 12:51:28 +0000 Subject: Moved prologue-pruning into action.c. Added line-arg softmax. --- argv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'argv.c') diff --git a/argv.c b/argv.c index 9c37bf2c..b0a33c13 100644 --- a/argv.c +++ b/argv.c @@ -25,8 +25,9 @@ #include "private.h" - /* FIXME: .It called with -column and quoted arguments. */ +/* FIXME: if arguments are quoted, they should not be later parsed for + * macros. */ static int lookup(int, const char *); static int parse(struct mdoc *, int, -- cgit