]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
Moved CALLABLE check to lookup_raw().
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 3c260c86225a06c7ae1db17ebc3b7122307bd2b6..292f3b20c6bd26e6f9f514f9e9c1db6ad1652810 100644 (file)
--- 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 *);