diff options
author | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
commit | 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch) | |
tree | d5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /intl/localcharset.c | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip |
Preparing a new release. Updated gettext
Diffstat (limited to '')
-rw-r--r-- | intl/localcharset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/localcharset.c b/intl/localcharset.c index d04d05368..4865f1037 100644 --- a/intl/localcharset.c +++ b/intl/localcharset.c @@ -86,7 +86,7 @@ # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) #endif -#ifdef HAVE_GETC_UNLOCKED +#if HAVE_DECL_GETC_UNLOCKED # undef getc # define getc getc_unlocked #endif |