diff options
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -149,7 +149,8 @@ #define MDOC__Q 117 #define MDOC_br 118 #define MDOC_sp 119 -#define MDOC_MAX 120 +#define MDOC__U 120 +#define MDOC_MAX 121 /* What follows is a list of ALL possible macro arguments. */ |