]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc parser).
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index c47d7c70342cc6aefe287908654700ae66e586a3..be1c65949d79821df40550273d2839a504a23d23 100644 (file)
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mdoc.h,v 1.58 2009/06/15 10:36:01 kristaps Exp $ */
+/*     $Id: mdoc.h,v 1.59 2009/06/16 19:45:51 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -29,7 +29,7 @@
 
 /* What follows is a list of ALL possible macros. */
 
-#define        MDOC___          0
+#define        MDOC_Ap          0
 #define        MDOC_Dd          1
 #define        MDOC_Dt          2
 #define        MDOC_Os          3
 #define        MDOC_Fr          104
 #define        MDOC_Ud          105
 #define        MDOC_Lb          106
-#define        MDOC_Ap          107
-#define        MDOC_Lp          108
-#define        MDOC_Lk          109
-#define        MDOC_Mt          110
-#define        MDOC_Brq         111
-#define        MDOC_Bro         112
-#define        MDOC_Brc         113
-#define        MDOC__C          114
-#define        MDOC_Es          115
-#define        MDOC_En          116
-#define        MDOC_Dx          117
-#define        MDOC__Q          118
-#define        MDOC_MAX         119
+#define        MDOC_Lp          107
+#define        MDOC_Lk          108
+#define        MDOC_Mt          109
+#define        MDOC_Brq         110
+#define        MDOC_Bro         111
+#define        MDOC_Brc         112
+#define        MDOC__C          113
+#define        MDOC_Es          114
+#define        MDOC_En          115
+#define        MDOC_Dx          116
+#define        MDOC__Q          117
+#define        MDOC_MAX         118
 
 /* What follows is a list of ALL possible macro arguments. */