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

Diff for /mandoc/html.h between version 1.24 and 1.25

version 1.24, 2010/06/19 20:46:27 version 1.25, 2010/07/06 12:37:17
Line 110  enum htmltype {
Line 110  enum htmltype {
 struct  html {  struct  html {
         int               flags;          int               flags;
 #define HTML_NOSPACE     (1 << 0)  #define HTML_NOSPACE     (1 << 0)
 #define HTML_IGNDELIM    (1 << 2)  #define HTML_IGNDELIM    (1 << 1)
   #define HTML_KEEP        (1 << 2)
   #define HTML_PREKEEP     (1 << 3)
         struct tagq       tags;          struct tagq       tags;
         struct ordq       ords;          struct ordq       ords;
         void             *symtab;          void             *symtab;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb