summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/macro.c b/macro.c
index 6126a485..3746d859 100644
--- a/macro.c
+++ b/macro.c
@@ -31,6 +31,11 @@
* macro.
*/
+/*
+ * FIXME: don't use static mdoc_argv values, as they require us to do a
+ * complicated copy-over when actually assigning them to dynamic memory.
+ */
+
#include "private.h"
static int macro_obsolete(MACRO_PROT_ARGS);