summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
commit8866a607904f2aacd85e5a2c542dbffae0d54277 (patch)
tree27858d692c4a87617da7aa73b6b44f54eec6190c /mdoc.h
parente35bdc2019b8d686a0791cb670cd8b3ddafc6841 (diff)
downloadmandoc-8866a607904f2aacd85e5a2c542dbffae0d54277.tar.gz
Added %Q macro.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 56040fdb..7bcaa8e9 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -149,7 +149,8 @@
#define MDOC_Es 115
#define MDOC_En 116
#define MDOC_Dx 117
-#define MDOC_MAX 118
+#define MDOC__Q 118
+#define MDOC_MAX 119
/* What follows is a list of ALL possible macro arguments. */