summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-05 12:08:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-05 12:08:52 +0000
commit6936c4e5a0bd4bddcfd7c9d08d801aba0415dbad (patch)
treee85d890b346e499d7bd9aab58c9c512adfbdae36 /macro.c
parent9e132a57b087be87cd731dd96397d9cc75b7bfa3 (diff)
downloadmandoc-6936c4e5a0bd4bddcfd7c9d08d801aba0415dbad.tar.gz
Added argv regression tests.
Table-ised argument flags in argv.c.
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);