diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-24 12:48:18 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-24 12:48:18 +0000 |
commit | 6779c75691e16ecca6754a889718ea84ae6663d5 (patch) | |
tree | 2a362037bfddf411dd9c0d4b7e0bb912de6f9bfa | |
parent | 0a7168f35ea81e7d33274eca44e286e13900f487 (diff) | |
download | mandoc-6779c75691e16ecca6754a889718ea84ae6663d5.tar.gz |
Removed superfluous FIXMEs.
-rw-r--r-- | mdoc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 *); |