summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 14:44:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 14:44:35 +0000
commit23b89c6bbd8084c6999128bce4a87442a2551f90 (patch)
treef9e2b0a85b1e63f685065f48e27398b1fc1c3969
parent12ca90d7d8a1135c6d8a9c98388aae773c8ff542 (diff)
downloadmandoc-23b89c6bbd8084c6999128bce4a87442a2551f90.tar.gz
Removed already-fixed FIXME.
-rw-r--r--mdoc_argv.c2
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)