aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 09:57:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 09:57:04 +0000
commit032f8fa36a4d7f9a34158f5e3eea9011d82b4d34 (patch)
tree4e5e2830cf0115b8a0e12ca448e888eb5f299cfd /mandoc.h
parent4a2f730daa58794b6b003c016d48ca1406632f88 (diff)
downloadmandoc-032f8fa36a4d7f9a34158f5e3eea9011d82b4d34.tar.gz
mandoc-032f8fa36a4d7f9a34158f5e3eea9011d82b4d34.tar.zst
mandoc-032f8fa36a4d7f9a34158f5e3eea9011d82b4d34.zip
Give lists their own eqn function.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mandoc.h b/mandoc.h
index 7431e95b..1817e54c 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.89 2011/07/21 23:30:39 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.90 2011/07/22 09:57:04 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -285,7 +285,8 @@ struct tbl_span {
enum eqn_boxt {
EQN_ROOT, /* root of parse tree */
EQN_TEXT, /* text (number, variable, whatever) */
- EQN_SUBEXPR /* nested subexpression */
+ EQN_SUBEXPR, /* nested `eqn' subexpression */
+ EQN_LIST /* list of subexpressions */
};
enum eqn_markt {