]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
Implement the \N'number' (numbered character) roff escape sequence.
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 9c22c3364099b135535f8a91ebde7528aece03f1..746639dcfc57d1fc07d405e9a0b84341c66456d8 100644 (file)
--- 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 <kristaps@bsd.lv>
  *
@@ -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 */
 };
 
 /*