summaryrefslogtreecommitdiffstats
path: root/mdoc_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_argv.c')
-rw-r--r--mdoc_argv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c
index cae37572..9339dc8e 100644
--- a/mdoc_argv.c
+++ b/mdoc_argv.c
@@ -32,6 +32,8 @@
* There's no limit to the number or arguments that may be allocated.
*/
+/* FIXME .Bf Li raises "macro-like parameter". */
+
#define ARGS_QUOTED (1 << 0)
#define ARGS_DELIM (1 << 1)
#define ARGS_TABSEP (1 << 2)