diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-05 12:08:52 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-05 12:08:52 +0000 |
commit | 6936c4e5a0bd4bddcfd7c9d08d801aba0415dbad (patch) | |
tree | e85d890b346e499d7bd9aab58c9c512adfbdae36 /macro.c | |
parent | 9e132a57b087be87cd731dd96397d9cc75b7bfa3 (diff) | |
download | mandoc-6936c4e5a0bd4bddcfd7c9d08d801aba0415dbad.tar.gz |
Added argv regression tests.
Table-ised argument flags in argv.c.
Diffstat (limited to 'macro.c')
-rw-r--r-- | macro.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |