diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-23 23:38:38 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-23 23:38:38 +0000 |
commit | fd6abf252cbc486b59eb5e9187bc87f4b05f6cd0 (patch) | |
tree | 770d4e9a4887c79d620360482c3f4290a7a4cbe7 /WWW/Library/Implementation/SGML.h | |
parent | cc4054129b8ce4043e8ab2a701e795827bdb2e0a (diff) | |
download | lynx-snapshots-fd6abf252cbc486b59eb5e9187bc87f4b05f6cd0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6n
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index 9fccdda2..8b6445f6 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.h,v 1.46 2012/02/10 18:32:26 tom Exp $ + * $LynxId: SGML.h,v 1.47 2021/07/22 23:34:13 tom Exp $ * SGML parse and stream definition for libwww * SGML AND STRUCTURED STREAMS * @@ -99,6 +99,9 @@ extern "C" { #define Tgc_HEADstuff 0x40000 /* HEAD,BASE,STYLE,TITLE; */ /* special relations */ #define Tgc_same 0x80000 +#define Tgc_DELlike 0x100000 + /* DELlike is a class of aliases for inline DEL/INS */ + typedef unsigned char TagAlias; /* * Groups for contains-data. @@ -163,6 +166,8 @@ extern "C" { TagClass canclose; /* which classes of elements can this one close if something looks wrong ? */ TagFlags flags; + TagAlias alias; /* extra levels, e.g, DEL/INS */ + TagAlias aliases; /* number of extra levels, e.g, DEL/INS */ }; /* DTD Information |