summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-11 14:12:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-11 14:12:01 +0000
commitfa73a21290e351913eadd2b70b4471fd30829483 (patch)
treecb524df5813e538c91ca612c4110c9e4291a7eb9 /out.c
parentc68f7a36a22b06ab0bb6afcd32d531d893abbc57 (diff)
downloadmandoc-fa73a21290e351913eadd2b70b4471fd30829483.tar.gz
Add support for "^" vertical spanners. Unlike GNU tbl, raise
error-class messages when data is being ignored by specifying it in "^" cells (either as-is or in blocks). Also note again that horizontal spanners aren't really supported...
Diffstat (limited to 'out.c')
-rw-r--r--out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/out.c b/out.c
index 79a0c4d2..ad16015e 100644
--- a/out.c
+++ b/out.c
@@ -453,6 +453,8 @@ tblcalc_data(struct rofftbl *tbl, struct roffcol *col,
case (TBL_CELL_NUMBER):
tblcalc_number(tbl, col, tp, dp);
break;
+ case (TBL_CELL_DOWN):
+ break;
default:
abort();
/* NOTREACHED */