diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 12:51:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 12:51:28 +0000 |
commit | ff707aa645312b3a39818f27c27f11dc06eca2d6 (patch) | |
tree | c6f5e809ed79a338048fc6ce2c1e6549493c33f3 /argv.c | |
parent | 850e4d98238e14f001698386740f660b1d4ea2df (diff) | |
download | mandoc-ff707aa645312b3a39818f27c27f11dc06eca2d6.tar.gz |
Moved prologue-pruning into action.c.
Added line-arg softmax.
Diffstat (limited to 'argv.c')
-rw-r--r-- | argv.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |