diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
commit | 15b5916ed82c8de48b85d7b7afe670cb00e79796 (patch) | |
tree | b7891e7faa9ffaa27911b367d0551a38d03a53a6 /WWW/Library/Implementation/HTUtils.h | |
parent | c2036b385da968e77c3abbefa44cb4c88eff9512 (diff) | |
download | lynx-snapshots-15b5916ed82c8de48b85d7b7afe670cb00e79796.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6j
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 57aa64e7..5aedc2f4 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.132 2021/03/22 23:03:56 tom Exp $ + * $LynxId: HTUtils.h,v 1.133 2021/06/09 22:17:19 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -685,6 +685,7 @@ extern int WWW_TraceMask; * Printing-format for "UCode_t". */ #define PRI_UCode_t "lX" +#define CAST_UCode_t(n) (unsigned long)(n) /* * Verbose-tracing. |