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

Diff for /docbook2mdoc/node.h between version 1.15 and 1.16

version 1.15, 2019/04/09 15:23:51 version 1.16, 2019/04/11 04:23:22
Line 207  struct pattr {
Line 207  struct pattr {
 struct  pnode {  struct  pnode {
         enum nodeid      node;     /* Node type. */          enum nodeid      node;     /* Node type. */
         char            *b;        /* String value. */          char            *b;        /* String value. */
         char            *real;     /* Storage for "b". */  
         size_t           bsz;      /* strlen(b) */  
         int              spc;      /* Whitespace before this node. */          int              spc;      /* Whitespace before this node. */
         struct pnode    *parent;   /* Parent node or NULL. */          struct pnode    *parent;   /* Parent node or NULL. */
         struct pnodeq    childq;   /* Queue of children. */          struct pnodeq    childq;   /* Queue of children. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb