=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.h,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/mandoc/mdoc.h 2012/07/10 14:35:57 1.47 +++ src/usr.bin/mandoc/mdoc.h 2012/11/16 17:16:29 1.48 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.47 2012/07/10 14:35:57 schwarze Exp $ */ +/* $Id: mdoc.h,v 1.48 2012/11/16 17:16:29 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -363,6 +363,7 @@ enum mdoc_type type; /* AST node type */ enum mdoc_sec sec; /* current named section */ union mdoc_data *norm; /* normalised args */ + const void *prev_font; /* before entering this node */ /* FIXME: these can be union'd to shave a few bytes. */ struct mdoc_arg *args; /* BLOCK/ELEM */ struct mdoc_node *pending; /* BLOCK */