]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmdoc.h
Third step towards parser unification:
[mandoc.git] / libmdoc.h
index ceaf217e30cd44957d320151036bae144a939812..5e749cc9f0c94613f712be11dd443b12b3e0512f 100644 (file)
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,4 +1,4 @@
-/*     $Id: libmdoc.h,v 1.98 2015/04/02 22:48:17 schwarze Exp $ */
+/*     $Id: libmdoc.h,v 1.99 2015/04/02 23:48:19 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -40,7 +40,7 @@ struct        mdoc {
        struct roff_node *last; /* the last node parsed */
        struct roff_node *first; /* the first node parsed */
        struct roff_node *last_es; /* the most recent Es node */
-       struct mdoc_meta  meta; /* document meta-data */
+       struct roff_meta  meta; /* document meta-data */
        enum roff_sec     lastnamed;
        enum roff_sec     lastsec;
        struct roff      *roff;