diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-30 23:14:29 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-30 23:14:29 +0000 |
commit | 811be0812233351687f2215e264eeb886a2a0060 (patch) | |
tree | 3d8bacfe78e78171560e7e30c271fe317a6781e3 /WWW/Library/Implementation/HTUtils.h | |
parent | 15b5916ed82c8de48b85d7b7afe670cb00e79796 (diff) | |
download | lynx-snapshots-811be0812233351687f2215e264eeb886a2a0060.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6k
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index 5aedc2f4..d01d0ddd 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.133 2021/06/09 22:17:19 tom Exp $ + * $LynxId: HTUtils.h,v 1.134 2021/06/29 22:01:12 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -145,7 +145,7 @@ char *alloca(); #endif #ifndef HAVE_ICONV -#undef EXP_JAPANESEUTF8_SUPPORT +#undef USE_JAPANESEUTF8_SUPPORT #endif #ifndef lynx_srand |