From fa00327fbf80bd0928c0c4babc6680ff1c9f3584 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Jun 1996 06:48:18 +0000 Subject: * sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn. * intl/l10nflist.c: Fix conditional on #include . * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros removed. Instead, include . * libio/_G_config.h: New file. * libio/Makefile (headers): Add _G_config.h. * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c. --- intl/localealias.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'intl/localealias.c') diff --git a/intl/localealias.c b/intl/localealias.c index 8ecbfcb7a4..b30a9e5bf5 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -29,6 +29,7 @@ Cambridge, MA 02139, USA. */ #ifdef __GNUC__ # define alloca __builtin_alloca +# define HAVE_ALLOCA 1 #else # if defined HAVE_ALLOCA_H || defined _LIBC # include @@ -78,10 +79,6 @@ void free (); #endif -#ifdef _LIBC -#define HAVE_ALLOCA 1 -#endif - /* For those loosing systems which don't have `alloca' we have to add some additional code emulating it. */ #ifdef HAVE_ALLOCA -- cgit v1.2.1