diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-17 01:07:24 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-17 01:07:24 +0000 |
commit | 5cda0e8cde6b4ebb16f2968edf3734af7d9524ac (patch) | |
tree | e1e96105335ecf367184e52731c486b84fb78295 /WWW/Library/Implementation/HTUtils.h | |
parent | ed94c612252fd52bc05b92f1f6364c83c874b8ce (diff) | |
download | lynx-snapshots-5cda0e8cde6b4ebb16f2968edf3734af7d9524ac.tar.gz |
snapshot of project "lynx", label v2-9-0dev_2a
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index cffa3b6e..cdd84eff 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.129 2018/05/16 22:16:05 tom Exp $ + * $LynxId: HTUtils.h,v 1.130 2019/08/17 00:37:51 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -573,6 +573,7 @@ extern int WWW_TraceMask; #define TRACE_CHARSETS (TRACE_bit(6)) #define TRACE_GRIDTEXT (TRACE_bit(7)) #define TRACE_TIMING (TRACE_bit(8)) +#define TRACE_HTPARSE (TRACE_bit(9)) /* * Get printing/scanning formats. |