diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:44:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:44:35 +0000 |
commit | 23b89c6bbd8084c6999128bce4a87442a2551f90 (patch) | |
tree | f9e2b0a85b1e63f685065f48e27398b1fc1c3969 /mdoc_argv.c | |
parent | 12ca90d7d8a1135c6d8a9c98388aae773c8ff542 (diff) | |
download | mandoc-23b89c6bbd8084c6999128bce4a87442a2551f90.tar.gz |
Removed already-fixed FIXME.
Diffstat (limited to 'mdoc_argv.c')
-rw-r--r-- | mdoc_argv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c index 56680fad..0cb36ff9 100644 --- a/mdoc_argv.c +++ b/mdoc_argv.c @@ -32,8 +32,6 @@ * There's no limit to the number or arguments that may be allocated. */ -/* FIXME .Bf Li raises "macro-like parameter". */ - #define ARGS_DELIM (1 << 1) #define ARGS_TABSEP (1 << 2) |