[BACK]Return to html.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.h between version 1.70 and 1.71

version 1.70, 2014/12/02 10:08:06 version 1.71, 2015/10/13 22:59:54
Line 130  struct html {
Line 130  struct html {
         struct tagq       tags; /* stack of open tags */          struct tagq       tags; /* stack of open tags */
         struct rofftbl    tbl; /* current table */          struct rofftbl    tbl; /* current table */
         struct tag       *tblt; /* current open table scope */          struct tag       *tblt; /* current open table scope */
         const struct mchars *symtab; /* character table */  
         char             *base_man; /* base for manpage href */          char             *base_man; /* base for manpage href */
         char             *base_includes; /* base for include href */          char             *base_includes; /* base for include href */
         char             *style; /* style-sheet URI */          char             *style; /* style-sheet URI */

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb