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

Diff for /mandoc/mdoc.h between version 1.105 and 1.107

version 1.105, 2010/10/04 07:01:02 version 1.107, 2010/12/15 23:39:40
Line 283  enum mdoc_list {
Line 283  enum mdoc_list {
         LIST_inset,          LIST_inset,
         LIST_item,          LIST_item,
         LIST_ohang,          LIST_ohang,
         LIST_tag          LIST_tag,
           LIST_MAX
 };  };
   
 /*  /*
Line 370  union mdoc_data {
Line 371  union mdoc_data {
 struct  mdoc_node {  struct  mdoc_node {
         struct mdoc_node *parent; /* parent AST node */          struct mdoc_node *parent; /* parent AST node */
         struct mdoc_node *child; /* first child AST node */          struct mdoc_node *child; /* first child AST node */
           struct mdoc_node *last; /* last child AST node */
         struct mdoc_node *next; /* sibling AST node */          struct mdoc_node *next; /* sibling AST node */
         struct mdoc_node *prev; /* prior sibling AST node */          struct mdoc_node *prev; /* prior sibling AST node */
         int               nchild; /* number children */          int               nchild; /* number children */

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.107

CVSweb