=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.66 retrieving revision 1.68 diff -u -p -r1.66 -r1.68 --- mandoc/html.h 2014/10/10 15:26:29 1.66 +++ mandoc/html.h 2014/12/01 04:05:31 1.68 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.66 2014/10/10 15:26:29 schwarze Exp $ */ +/* $Id: html.h,v 1.68 2014/12/01 04:05:31 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * @@ -14,8 +14,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef HTML_H -#define HTML_H __BEGIN_DECLS @@ -133,7 +131,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 */ @@ -176,5 +174,3 @@ void buffmt_includes(struct html *, const char *); int html_strlen(const char *); __END_DECLS - -#endif /*!HTML_H*/