=================================================================== RCS file: /cvs/docbook2mdoc/macro.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- docbook2mdoc/macro.h 2019/04/16 14:26:27 1.5 +++ docbook2mdoc/macro.h 2019/05/01 15:05:39 1.6 @@ -1,4 +1,4 @@ -/* $Id: macro.h,v 1.5 2019/04/16 14:26:27 schwarze Exp $ */ +/* $Id: macro.h,v 1.6 2019/05/01 15:05:39 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -34,6 +34,7 @@ enum parastate { struct format { int level; /* Header level, starting at 1. */ + int nofill; /* Level of no-fill block nesting. */ int flags; #define FMT_NOSPC (1 << 0) /* Suppress space before next node. */ #define FMT_ARG (1 << 1) /* May add argument to current macro. */