aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 36e40d19..63dd9ac5 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.111 2010/12/25 13:50:37 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.112 2010/12/25 23:25:53 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -354,7 +354,7 @@ struct mdoc_an {
};
struct mdoc_rs {
- int titlejournal; /* whether %T and %J */
+ struct mdoc_node *child_J; /* pointer to %J */
};
/*