diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-11 00:39:58 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-11 00:39:58 +0000 |
commit | b245e76978c72e7237d90485531acee7d3caa4fc (patch) | |
tree | fdf44540f6b1904b7f26b0b008bceccff7ab2be5 /mdoc.h | |
parent | 3a26b8088d5978b9e623c51df0dcaf7206eae3e4 (diff) | |
download | mandoc-b245e76978c72e7237d90485531acee7d3caa4fc.tar.gz |
Expanded perfect htab to use 27 * 26 * 3 space.
Added Brq, Bro and Brc macros.
Added lbrace and rbrace to special characters.
Fixed spacing in braces.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -144,7 +144,10 @@ #define MDOC_Lp 108 #define MDOC_Lk 109 #define MDOC_Mt 110 -#define MDOC_MAX 111 +#define MDOC_Brq 111 +#define MDOC_Bro 112 +#define MDOC_Brc 113 +#define MDOC_MAX 114 /* What follows is a list of ALL possible macro arguments. */ |