diff options
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -101,7 +101,6 @@ struct htmlpair { struct html { int flags; #define HTML_NOSPACE (1 << 0) -#define HTML_NEWLINE (1 << 1) #define HTML_IGNDELIM (1 << 2) struct tagq tags; struct ordq ords; |