summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/roff/troff/div.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/roff/troff/div.h')
-rw-r--r--contrib/groff/src/roff/troff/div.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/src/roff/troff/div.h b/contrib/groff/src/roff/troff/div.h
index 83f9e33..3b726c3 100644
--- a/contrib/groff/src/roff/troff/div.h
+++ b/contrib/groff/src/roff/troff/div.h
@@ -33,6 +33,7 @@ protected:
vunits vertical_position;
vunits high_water_mark;
public:
+ int no_space_mode;
vunits marked_place;
diversion(symbol s = NULL_SYMBOL);
virtual ~diversion();
@@ -101,7 +102,6 @@ class top_level_diversion : public diversion {
int ejecting_page; // Is the current page being ejected?
public:
int before_first_page;
- int no_space_mode;
top_level_diversion();
void output(node *nd, int retain_size, vunits vs, vunits post_vs,
hunits width);
OpenPOWER on IntegriCloud