From 53c9730eb10a427664cfb081d0093a0b61dce90b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 24 Jul 2009 12:48:18 +0000 Subject: Removed superfluous FIXMEs. --- mdoc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mdoc.h') 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 * @@ -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 *); -- cgit v1.2.3-56-ge451