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

Diff for /mandoc/mdoc.h between version 1.25 and 1.26

version 1.25, 2009/01/17 16:15:27 version 1.26, 2009/01/19 17:02:58
Line 385  struct mdoc_node {
Line 385  struct mdoc_node {
         int               line;          int               line;
         int               pos;          int               pos;
         int               tok;          int               tok;
           int               flags;
   #define MDOC_VALID       (1 << 0)
   #define MDOC_ACTED       (1 << 1)
         enum mdoc_type    type;          enum mdoc_type    type;
         union mdoc_data   data;          union mdoc_data   data;
 };  };

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

CVSweb