[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.6

version 1.4, 2019/03/26 22:39:33 version 1.6, 2019/03/28 20:41:33
Line 46  enum nodeid {
Line 46  enum nodeid {
         NODE_COLSPEC,          NODE_COLSPEC,
         NODE_COMMAND,          NODE_COMMAND,
         NODE_CONSTANT,          NODE_CONSTANT,
           NODE_CONTRIB,
         NODE_COPYRIGHT,          NODE_COPYRIGHT,
         NODE_DATE,          NODE_DATE,
         NODE_EDITOR,          NODE_EDITOR,
Line 212  struct ptree {
Line 213  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.6

CVSweb