diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
commit | 7827eedf059a1551d71666af5d70b51a7ab536bc (patch) | |
tree | 7a54e90f16ed2bcb5ab2ecb80a4e605455ae714f /validate.c | |
parent | 978c841bef6356b836aa769aee366d3c5a6f64c6 (diff) | |
download | mandoc-7827eedf059a1551d71666af5d70b51a7ab536bc.tar.gz |
Considerably cleaned up list handling.
Diffstat (limited to 'validate.c')
-rw-r--r-- | validate.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ #include "private.h" +/* FIXME: .Bl -diag can't have non-text children in HEAD. */ + /* * Pre- and post-validate macros as they're parsed. Pre-validation * occurs when the macro has been detected and its arguments parsed. |