summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-27 10:29:02 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-27 10:29:02 +0000
commit7e7a548e7837d533f790b13c5b200549fe95c5b2 (patch)
tree573b41d834a6248bb318ad96339581b1fd25db8c /intl
parent6598ac30319f3c5483c7bc95214c48b6442b53bd (diff)
Update.
1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * catgets/Makefile ($(objpfx)de.cat): Renamed from do-gencat-test. Use automatic variables. ($(objpfx)de.msg): Fix reference to po file. 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use $(move-if-change). 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * intl/dcgettext.c: Fix typo.
Diffstat (limited to 'intl')
-rw-r--r--intl/dcgettext.c2
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