diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index f4643ad2..860151d5 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -90,6 +90,8 @@ typedef int TagFlags; (if found invalid) */ #define Tgf_strict 0x00008 /* Ignore contained invalid elements, don't pass them on */ +#define Tgf_nreie 0x00010 /* Not Really Empty If Empty, + used by color style code */ /* A tag structure describes an SGML element. ** ----------------------------------------- |