summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index a9d96172..fd946d6e 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.41 2009/03/08 20:50:12 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.42 2009/03/08 20:57:35 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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. */