]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
Make the character table available to libroff so it can check the
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 9bfc6486fe52d8fa3f05f864a30ac585b7c18acf..521635f96fd9b290219d08e639f958809914afe6 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.66 2014/10/10 15:26:29 schwarze Exp $ */
+/*     $Id: html.h,v 1.67 2014/10/28 17:36:19 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -133,7 +133,7 @@ struct      html {
        struct tagq       tags; /* stack of open tags */
        struct rofftbl    tbl; /* current table */
        struct tag       *tblt; /* current open table scope */
-       struct mchars    *symtab; /* character-escapes */
+       const struct mchars *symtab; /* character table */
        char             *base_man; /* base for manpage href */
        char             *base_includes; /* base for include href */
        char             *style; /* style-sheet URI */