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/l10nflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl/l10nflist.c') diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 00e3c8950a..798728c3b1 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -19,7 +19,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined _LIBC && (defined __ARGZ_COUNT || defined __ARGZ_STRINGIFY) +#if defined _LIBC || (defined __ARGZ_COUNT && defined __ARGZ_STRINGIFY) # include #endif #include -- cgit v1.2.3