=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.98 retrieving revision 1.99 diff -u -p -r1.98 -r1.99 --- mandoc/libmdoc.h 2015/04/02 22:48:17 1.98 +++ mandoc/libmdoc.h 2015/04/02 23:48:19 1.99 @@ -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 * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -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;