aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 746639dc..d772cb72 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.115 2011/01/25 10:37:49 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.116 2011/02/06 21:44:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -191,6 +191,7 @@ enum mdoc_type {
MDOC_BODY,
MDOC_BLOCK,
MDOC_TBL,
+ MDOC_EQN,
MDOC_ROOT
};