X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/e6cfc592798a7e03016169696640f0dd9f11d5e6..b60f8021eeb3855308829414f20eca4897096fa7:/mdoc.h diff --git a/mdoc.h b/mdoc.h index 9c22c336..746639dc 100644 --- a/mdoc.h +++ b/mdoc.h @@ -1,4 +1,4 @@ -/* $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 * @@ -355,7 +355,7 @@ struct mdoc_an { }; struct mdoc_rs { - struct mdoc_node *child_J; /* pointer to %J */ + int quote_T; /* whether to quote %T */ }; /*