diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-09 03:16:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-09 03:16:59 +0000 |
commit | 3f92886a4cc5f9b4852066a297e8923aebdee3fa (patch) | |
tree | 485c24bdfc3acd9187d0e8020114b2c7522da213 /stdio-common/printf_fp.c | |
parent | 45667a533ae808fb812a78bc626420b8accfae12 (diff) | |
download | glibc-3f92886a4cc5f9b4852066a297e8923aebdee3fa.tar glibc-3f92886a4cc5f9b4852066a297e8923aebdee3fa.tar.gz glibc-3f92886a4cc5f9b4852066a297e8923aebdee3fa.tar.bz2 glibc-3f92886a4cc5f9b4852066a297e8923aebdee3fa.zip |
Fri Mar 8 22:16:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960309
* stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
Diffstat (limited to 'stdio-common/printf_fp.c')
-rw-r--r-- | stdio-common/printf_fp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 15eb0b63ab..7b46cd6bb9 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 <libioP.h> #else |