=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/html.h 2010/07/13 01:09:12 1.7 --- src/usr.bin/mandoc/html.h 2010/07/25 18:05:54 1.8 *************** *** 1,4 **** ! /* $Id: html.h,v 1.7 2010/07/13 01:09:12 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: html.h,v 1.8 2010/07/25 18:05:54 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 113,118 **** --- 113,119 ---- #define HTML_IGNDELIM (1 << 1) #define HTML_KEEP (1 << 2) #define HTML_PREKEEP (1 << 3) + #define HTML_NONOSPACE (1 << 4) struct tagq tags; struct ordq ords; void *symtab;