summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-21 11:35:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-21 11:35:26 +0000
commit0f8fb91ceac5354f8ffa501261ee7e1237223945 (patch)
treed0df0adf685987ecee522c48310dfafa2d4c9b12 /private.h
parent8c93af8e9eb62eb23b9862156fbb36edd225ed36 (diff)
downloadmandoc-0f8fb91ceac5354f8ffa501261ee7e1237223945.tar.gz
mandoc-0f8fb91ceac5354f8ffa501261ee7e1237223945.tar.zst
mandoc-0f8fb91ceac5354f8ffa501261ee7e1237223945.zip
More validation on prologue/first NAME section.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/private.h b/private.h
index 571fd0c7..dd4febfe 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.73 2009/01/20 22:55:46 kristaps Exp $ */
+/* $Id: private.h,v 1.74 2009/01/21 11:35:26 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -33,13 +33,11 @@ struct mdoc {
int linetok;
int flags;
#define MDOC_HALT (1 << 0)
-#define MDOC_BODYPARSE (1 << 1)
enum mdoc_next next;
struct mdoc_node *last;
struct mdoc_node *first;
struct mdoc_meta meta;
- enum mdoc_sec sec_lastn;
- enum mdoc_sec sec_last;
+ enum mdoc_sec lastnamed;
};