diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:55:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:55:07 +0000 |
commit | a45ffeccc960ff652ba7f2aeebec3a920827306b (patch) | |
tree | e4f40286cc7d68a5c8f1c9aa9d59146e6c687910 /libroff.h | |
parent | 9ff714c4d1575c1f56c58d6d0a2632df41c604c7 (diff) | |
download | mandoc-a45ffeccc960ff652ba7f2aeebec3a920827306b.tar.gz |
Add support for `gsize' eqn token (introduced in second-edition troff).
Diffstat (limited to 'libroff.h')
-rw-r--r-- | libroff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |