From 3a8ad8057352b753c868261c2eb7a11b81d3c325 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 6 Feb 2011 22:02:58 +0000 Subject: Let the line-number of a tbl_span be remembered. --- mandoc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index 746b20d6..845c85a5 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.55 2011/02/06 20:36:36 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.56 2011/02/06 22:02:58 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * @@ -260,6 +260,7 @@ struct tbl_span { struct tbl_row *layout; /* layout row */ struct tbl_dat *first; struct tbl_dat *last; + int line; /* parse line */ int flags; #define TBL_SPAN_FIRST (1 << 0) #define TBL_SPAN_LAST (1 << 1) -- cgit v1.2.3-56-ge451