aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libroff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libroff.h b/libroff.h
index de4c21cb..5fd7506b 100644
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/* $Id: libroff.h,v 1.24 2011/07/21 23:30:39 kristaps Exp $ */
+/* $Id: libroff.h,v 1.25 2011/07/22 14:55:07 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -49,6 +49,7 @@ struct eqn_node {
size_t rew;
size_t cur;
size_t sz;
+ int gsize;
struct eqn eqn;
struct mparse *parse;
struct eqn_node *next;