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 44641612..2d2267a2 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.76 2010/05/12 08:41:17 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.77 2010/05/12 16:01:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -260,6 +260,7 @@ struct mdoc_node {
int flags;
#define MDOC_VALID (1 << 0)
#define MDOC_ACTED (1 << 1)
+#define MDOC_EOS (1 << 2)
enum mdoc_type type;
enum mdoc_sec sec;