summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 15:32:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 15:32:36 +0000
commit78514c9d13534db5603803edfe8e818d9fe11597 (patch)
treef0e785a8b8d887714133902422483411e6b15a04 /private.h
parent995867c9d1e4701682433bd43406c27cdc59599d (diff)
downloadmandoc-78514c9d13534db5603803edfe8e818d9fe11597.tar.gz
Considerably improved roff_text parser.
Consolidated noop roff macros.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/private.h b/private.h
index 7811e843..020a5779 100644
--- a/private.h
+++ b/private.h
@@ -139,7 +139,11 @@ struct md_mbuf {
#define ROFF_Oc 99
#define ROFF_Bk 100
#define ROFF_Ek 101
-#define ROFF_MAX 102
+#define ROFF_Bt 102
+#define ROFF_Hf 103
+#define ROFF_Fr 104
+#define ROFF_Ud 105
+#define ROFF_MAX 106
#define ROFF_Split 0
#define ROFF_Nosplit 1