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

Diff for /mandoc/html.h between version 1.6 and 1.8

version 1.6, 2009/09/21 14:56:56 version 1.8, 2009/10/03 15:08:09
Line 82  struct html {
Line 82  struct html {
         int               flags;          int               flags;
 #define HTML_NOSPACE     (1 << 0)  #define HTML_NOSPACE     (1 << 0)
 #define HTML_NEWLINE     (1 << 1)  #define HTML_NEWLINE     (1 << 1)
   #define HTML_IGNDELIM    (1 << 2)
         struct tagq       tags;          struct tagq       tags;
         struct ordq       ords;          struct ordq       ords;
         void             *symtab;          void             *symtab;
         char             *base;          char             *base;
           char             *base_man;
         char             *style;          char             *style;
           char              buf[BUFSIZ];
           size_t            buflen;
 };  };
   
 void              print_gen_doctype(struct html *);  void              print_gen_doctype(struct html *);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

CVSweb