From: Roland McGrath Date: Sat, 9 Mar 1996 03:16:59 +0000 (+0000) Subject: Fri Mar 8 22:16:48 1996 Roland McGrath X-Git-Tag: cvs/libc-960309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f92886a4cc5f9b4852066a297e8923aebdee3fa;p=thirdparty%2Fglibc.git Fri Mar 8 22:16:48 1996 Roland McGrath * stdio-common/printf_fp.c (HAVE_ALLOCA): New macro. --- diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 15eb0b63ab2..7b46cd6bb92 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.c @@ -19,6 +19,9 @@ 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. */ +/* The gmp headers need some configuration frobs. */ +#define HAVE_ALLOCA 1 + #ifdef USE_IN_LIBIO # include #else