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

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

version 1.17, 2009/10/28 08:00:18 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;
Line 112  struct html {
Line 111  struct html {
         char             *style;          char             *style;
         char              buf[BUFSIZ];          char              buf[BUFSIZ];
         size_t            buflen;          size_t            buflen;
           struct tag       *metaf;
 };  };
   
 struct  roffsu;  struct  roffsu;

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

CVSweb