aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 14:05:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-28 14:05:11 +0000
commit7acc90b842aabe0b6da7a3041b0a210a151ef85f (patch)
tree36efa7612ea37b646763a746c3bc3aa5f68def2c /mandoc.h
parentd23f651d6dcae3f8527b8a52ea288e5902ec9fe6 (diff)
downloadmandoc-7acc90b842aabe0b6da7a3041b0a210a151ef85f.tar.gz
mandoc-7acc90b842aabe0b6da7a3041b0a210a151ef85f.tar.zst
mandoc-7acc90b842aabe0b6da7a3041b0a210a151ef85f.zip
Parse from/to clauses in eqn.
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 eff67b81..bf1c061b 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.157 2014/09/28 11:32:08 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.158 2014/09/28 14:05:11 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -340,6 +340,7 @@ enum eqn_post {
EQNPOS_SUB,
EQNPOS_TO,
EQNPOS_FROM,
+ EQNPOS_FROMTO,
EQNPOS__MAX
};