diff options
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -139,7 +139,8 @@ #define MDOC_Ud 105 #define MDOC_Lb 106 #define MDOC_Ap 107 -#define MDOC_MAX 108 +#define MDOC_Lp 108 +#define MDOC_MAX 109 /* What follows is a list of ALL possible macro arguments. */ |