-/* $Id: mdoc.h,v 1.114 2011/01/01 12:18:37 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.115 2011/01/25 10:37:49 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
};
struct mdoc_rs {
- struct mdoc_node *child_J; /* pointer to %J */
+ int quote_T; /* whether to quote %T */
};
/*