=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/mandoc/mdoc.h 2009/12/22 23:58:00 1.16 --- src/usr.bin/mandoc/mdoc.h 2010/02/26 12:12:24 1.17 *************** *** 1,4 **** ! /* $Id: mdoc.h,v 1.16 2009/12/22 23:58:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mdoc.h,v 1.17 2010/02/26 12:12:24 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 264,269 **** --- 264,270 ---- struct mdoc_node *head; /* BLOCK */ struct mdoc_node *body; /* BLOCK */ struct mdoc_node *tail; /* BLOCK */ + struct mdoc_node *pending; /* BLOCK */ char *string; /* TEXT */ };