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

Diff for /mandoc/html.h between version 1.47 and 1.48

version 1.47, 2011/10/05 21:35:17 version 1.48, 2012/05/31 22:29:13
Line 117  struct html {
Line 117  struct html {
 #define HTML_PREKEEP     (1 << 3)  #define HTML_PREKEEP     (1 << 3)
 #define HTML_NONOSPACE   (1 << 4) /* never add spaces */  #define HTML_NONOSPACE   (1 << 4) /* never add spaces */
 #define HTML_LITERAL     (1 << 5) /* literal (e.g., <PRE>) context */  #define HTML_LITERAL     (1 << 5) /* literal (e.g., <PRE>) context */
   #define HTML_SKIPCHAR    (1 << 6) /* skip the next character */
         struct tagq       tags; /* stack of open tags */          struct tagq       tags; /* stack of open tags */
         struct rofftbl    tbl; /* current table */          struct rofftbl    tbl; /* current table */
         struct tag       *tblt; /* current open table scope */          struct tag       *tblt; /* current open table scope */

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb