summaryrefslogtreecommitdiffstatshomepage
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
commit6f9d9cf4d38fa9a821a61f50e3ee7caa2306cdb5 (patch)
treef0a2ca1fddd15953f1ab76305a20acda471a7b89 /macro.c
parentccdc28b884f5297f967078a51434c264fafd91ae (diff)
downloadmandoc-6f9d9cf4d38fa9a821a61f50e3ee7caa2306cdb5.tar.gz
mandoc-6f9d9cf4d38fa9a821a61f50e3ee7caa2306cdb5.tar.zst
mandoc-6f9d9cf4d38fa9a821a61f50e3ee7caa2306cdb5.zip
Added argv regression tests.
Table-ised argument flags in argv.c.
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/macro.c b/macro.c
index 30518a7e..1f4642fd 100644
--- a/macro.c
+++ b/macro.c
@@ -1,4 +1,4 @@
-/* $Id: macro.c,v 1.55 2009/02/28 20:13:06 kristaps Exp $ */
+/* $Id: macro.c,v 1.56 2009/03/05 12:08:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);