diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-07-05 21:13:25 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-07-05 21:13:25 -0400 |
commit | 82473218a3b47d9f0f1b91cb5dc1d9f807103b9c (patch) | |
tree | aea8c8e880fdfb770fa0e12cade5097ba14aee1a /src | |
parent | 033df9bda0bbbf62b5b2d55a3f638524cfdb0691 (diff) | |
download | lynx-snapshots-82473218a3b47d9f0f1b91cb5dc1d9f807103b9c.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12c
Diffstat (limited to 'src')
-rw-r--r-- | src/LYUtils.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index 781034ad..2bc46f58 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.222 2012/07/05 00:56:21 tom Exp $ + * $LynxId: LYUtils.c,v 1.223 2012/07/05 08:39:49 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -29,6 +29,9 @@ extern int kbhit(void); /* FIXME: use conio.h */ #define gettext(s) s #elif defined(HAVE_GETTEXT) #undef gettext +#ifdef _INTL_REDIRECT_MACROS +#define gettext libintl_gettext /* restore definition from libintl.h */ +#endif #endif #if !defined(kbhit) && defined(_WCONIO_DEFINED) |