summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 17:14:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 17:14:48 +0000
commit266c94623f8d47d4db151c4f7b291320e7613f02 (patch)
treee2b020f3868e8909bad880f7da818c2ec205b198 /mdoc.h
parentfb50684f4490a50ea91755bfd78db1ce643e2006 (diff)
downloadmandoc-266c94623f8d47d4db151c4f7b291320e7613f02.tar.gz
Migrate `An' to use a pointer in its data, like everybody else. This is
the first step to having a simpler ref-counted system for "data" associated with a node.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index cb19182a..6c019073 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -359,7 +359,7 @@ struct mdoc_an {
* provided, etc.
*/
union mdoc_data {
- struct mdoc_an An;
+ struct mdoc_an *An;
struct mdoc_bd *Bd;
struct mdoc_bf *Bf;
struct mdoc_bl *Bl;