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

Diff for /mandoc/html.h between version 1.19 and 1.20

version 1.19, 2009/11/14 11:58:36 version 1.20, 2009/11/14 12:04:59
Line 101  struct htmlpair {
Line 101  struct htmlpair {
 struct  html {  struct  html {
         int               flags;          int               flags;
 #define HTML_NOSPACE     (1 << 0)  #define HTML_NOSPACE     (1 << 0)
 #define HTML_NEWLINE     (1 << 1)  
 #define HTML_IGNDELIM    (1 << 2)  #define HTML_IGNDELIM    (1 << 2)
         struct tagq       tags;          struct tagq       tags;
         struct ordq       ords;          struct ordq       ords;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb