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

Diff for /docbook2mdoc/node.h between version 1.4 and 1.5

version 1.4, 2019/03/26 22:39:33 version 1.5, 2019/03/28 12:21:10
Line 212  struct ptree {
Line 212  struct ptree {
         int              flags;          int              flags;
 #define TREE_FAIL        (1 << 0)  /* A fatal parse error occurred. */  #define TREE_FAIL        (1 << 0)  /* A fatal parse error occurred. */
 #define TREE_EQN         (1 << 1)  /* The document needs inline eqn(7). */  #define TREE_EQN         (1 << 1)  /* The document needs inline eqn(7). */
   #define TREE_CLOSED      (1 << 2)  /* The document element was closed. */
 };  };
   
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb