=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.110 retrieving revision 1.112 diff -u -p -r1.110 -r1.112 --- mandoc/mdoc.h 2010/12/24 14:00:40 1.110 +++ mandoc/mdoc.h 2010/12/25 23:25:53 1.112 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.110 2010/12/24 14:00:40 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.112 2010/12/25 23:25:53 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -353,6 +353,10 @@ struct mdoc_an { enum mdoc_auth auth; /* -split, etc. */ }; +struct mdoc_rs { + struct mdoc_node *child_J; /* pointer to %J */ +}; + /* * Consists of normalised node arguments. These should be used instead * of iterating through the mdoc_arg pointers of a node: defaults are @@ -363,6 +367,7 @@ union mdoc_data { struct mdoc_bd Bd; struct mdoc_bf Bf; struct mdoc_bl Bl; + struct mdoc_rs Rs; }; /*