summaryrefslogtreecommitdiffstats
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
commit3e9d2580dc6eb151ec597b347b59c378eacedb55 (patch)
treef3ac5ef0194702826dfa0cadcec1474747d16ad7 /mandoc.h
parent85ad7222c5fd305322c7aa679840eedd807ef942 (diff)
downloadmandoc-3e9d2580dc6eb151ec597b347b59c378eacedb55.tar.gz
Give lists their own eqn function.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 41c8ad6c..4c0a6255 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 {