diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:18:32 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:55:39 +0000 |
commit | b1cca323205ce242cd799213d75c0407ff0ab421 (patch) | |
tree | 028354a37830dc35981c4d118e2a7967bf144d82 /WWW/Library/Implementation/SGML.h | |
parent | f62d910382cf3ab8e0402166e4aba70ab426cdf0 (diff) | |
download | lynx-snapshots-b1cca323205ce242cd799213d75c0407ff0ab421.tar.gz |
snapshot of project "lynx", label v2-9-0dev_11a
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index 7da79762..a4582a54 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.h,v 1.48 2022/06/12 20:19:04 tom Exp $ + * $LynxId: SGML.h,v 1.49 2023/01/03 00:01:32 tom Exp $ * SGML parse and stream definition for libwww * SGML AND STRUCTURED STREAMS * @@ -139,11 +139,6 @@ extern "C" { * * attributes points to a zero-terminated array * of attribute names. - * - * litteral determines how the SGML engine parses the characters - * within the element. If set, tag openers are ignored - * except for that which opens a matching closing tag. - * */ typedef struct _tag HTTag; struct _tag { |