summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 12:48:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 12:48:18 +0000
commit6779c75691e16ecca6754a889718ea84ae6663d5 (patch)
tree2a362037bfddf411dd9c0d4b7e0bb912de6f9bfa /mdoc.h
parent0a7168f35ea81e7d33274eca44e286e13900f487 (diff)
downloadmandoc-6779c75691e16ecca6754a889718ea84ae6663d5.tar.gz
Removed superfluous FIXMEs.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 60574472..7de9842d 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -258,7 +258,6 @@ struct mdoc_node {
enum mdoc_type type;
enum mdoc_sec sec;
- /* FIXME: union/struct this with #defines. */
struct mdoc_arg *args; /* BLOCK/ELEM */
struct mdoc_node *head; /* BLOCK */
struct mdoc_node *body; /* BLOCK */
@@ -272,7 +271,7 @@ struct mdoc_node {
#define MDOC_IGN_CHARS (1 << 3) /* Ignore disallowed chars. */
/* Call-backs for parse messages. */
-/* FIXME: unify somehow with man_cb. */
+
struct mdoc_cb {
int (*mdoc_err)(void *, int, int, const char *);
int (*mdoc_warn)(void *, int, int, const char *);