=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.23 retrieving revision 1.25 diff -u -p -r1.23 -r1.25 --- mandoc/html.h 2010/04/05 08:51:56 1.23 +++ mandoc/html.h 2010/07/06 12:37:17 1.25 @@ -1,6 +1,6 @@ -/* $Id: html.h,v 1.23 2010/04/05 08:51:56 kristaps Exp $ */ +/* $Id: html.h,v 1.25 2010/07/06 12:37:17 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -110,7 +110,9 @@ enum htmltype { struct html { int flags; #define HTML_NOSPACE (1 << 0) -#define HTML_IGNDELIM (1 << 2) +#define HTML_IGNDELIM (1 << 1) +#define HTML_KEEP (1 << 2) +#define HTML_PREKEEP (1 << 3) struct tagq tags; struct ordq ords; void *symtab;