summaryrefslogtreecommitdiffstatshomepage
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
commit53c9730eb10a427664cfb081d0093a0b61dce90b (patch)
tree38c96c1b81ec0a5a1e6f7f8fefd7eebf148d3447
parent72e095173cf4adf6904cc645eea7a0d49992c05e (diff)
downloadmandoc-53c9730eb10a427664cfb081d0093a0b61dce90b.tar.gz
mandoc-53c9730eb10a427664cfb081d0093a0b61dce90b.tar.zst
mandoc-53c9730eb10a427664cfb081d0093a0b61dce90b.zip
Removed superfluous FIXMEs.
-rw-r--r--mdoc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mdoc.h b/mdoc.h
index 3c260c86..292f3b20 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.66 2009/07/17 10:56:57 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.67 2009/07/24 12:48:18 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);