diff options
Diffstat (limited to 'intl/dcgettext.c')
-rw-r--r-- | intl/dcgettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 23692857a5..2a2b895cc9 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -29,7 +29,7 @@ # define alloca __builtin_alloca # define HAVE_ALLOCA 1 #else -# if (defined HAVE_ALLOCA_H || defined _LIBC && !defined C_ALLOCA +# if (defined HAVE_ALLOCA_H || defined _LIBC) && !defined C_ALLOCA # include <alloca.h> # else # ifdef _AIX |