=================================================================== RCS file: /cvs/docbook2mdoc/node.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- docbook2mdoc/node.h 2019/04/03 17:53:02 1.9 +++ docbook2mdoc/node.h 2019/04/06 22:37:57 1.10 @@ -1,4 +1,4 @@ -/* $Id: node.h,v 1.9 2019/04/03 17:53:02 schwarze Exp $ */ +/* $Id: node.h,v 1.10 2019/04/06 22:37:57 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -198,6 +198,7 @@ struct pnode { char *b; /* String value. */ char *real; /* Storage for "b". */ size_t bsz; /* strlen(b) */ + int spc; /* Whitespace before this node. */ struct pnode *parent; /* Parent node or NULL. */ struct pnodeq childq; /* Queue of children. */ struct pattrq attrq; /* Attributes of the node. */