[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.7

version 1.6, 2009/09/21 14:56:56 version 1.7, 2009/09/24 09:50:31
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;

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

CVSweb