aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libroff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-31 14:52:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-31 14:52:41 +0000
commit6120130ed0e80f6397c99e688829ad06c4415cd6 (patch)
tree93e4d40958b76fae1b57ec09aa87b9902337f803 /libroff.h
parentf4ef2b56c63e66af623a65be9e0bc802888eacb5 (diff)
downloadmandoc-6120130ed0e80f6397c99e688829ad06c4415cd6.tar.gz
mandoc-6120130ed0e80f6397c99e688829ad06c4415cd6.tar.zst
mandoc-6120130ed0e80f6397c99e688829ad06c4415cd6.zip
Put parsed tables into a queue that's cleared at the end of parsing.
This completes the parsing phase of the new tbl implementation.
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 251c22a8..b6883638 100644
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/* $Id: libroff.h,v 1.9 2010/12/30 10:26:00 kristaps Exp $ */
+/* $Id: libroff.h,v 1.10 2010/12/31 14:52:41 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -101,6 +101,7 @@ struct tbl {
struct tbl_row *last_row;
struct tbl_span *first_span;
struct tbl_span *last_span;
+ struct tbl *next;
};
#define TBL_MSG(tblp, type, line, col) \