]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Check for and throw away `gfont' eqn macros.
[mandoc.git] / libman.h
index 30c159f7da436f89dfe7100ae91187e3a2b408f7..a0f26776416b7c8fd8314279a912deadfa0fe62b 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.51 2011/03/23 15:33:57 kristaps Exp $ */
+/*     $Id: libman.h,v 1.53 2011/07/18 07:48:14 kristaps Exp $ */
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -36,7 +36,7 @@ struct        man {
        struct man_node *last; /* the last parsed node */
        struct man_node *first; /* the first parsed node */
        struct man_meta  meta; /* document meta-data */
        struct man_node *last; /* the last parsed node */
        struct man_node *first; /* the first parsed node */
        struct man_meta  meta; /* document meta-data */
-       struct regset   *regs; /* registers */
+       struct roff     *roff;
 };
 
 #define        MACRO_PROT_ARGS   struct man *m, \
 };
 
 #define        MACRO_PROT_ARGS   struct man *m, \