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

Diff for /docbook2mdoc/node.h between version 1.9 and 1.10

version 1.9, 2019/04/03 17:53:02 version 1.10, 2019/04/06 22:37:57
Line 198  struct pnode {
Line 198  struct pnode {
         char            *b;        /* String value. */          char            *b;        /* String value. */
         char            *real;     /* Storage for "b". */          char            *real;     /* Storage for "b". */
         size_t           bsz;      /* strlen(b) */          size_t           bsz;      /* strlen(b) */
           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. */
         struct pattrq    attrq;    /* Attributes of the node. */          struct pattrq    attrq;    /* Attributes of the node. */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb