projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45667a5
)
Fri Mar 8 22:16:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
cvs/libc-960309
author
Roland McGrath
<roland@gnu.org>
Sat, 9 Mar 1996 03:16:59 +0000
(
03:16
+0000)
committer
Roland McGrath
<roland@gnu.org>
Sat, 9 Mar 1996 03:16:59 +0000
(
03:16
+0000)
* stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
stdio-common/printf_fp.c
patch
|
blob
|
history
diff --git
a/stdio-common/printf_fp.c
b/stdio-common/printf_fp.c
index 15eb0b63ab2dd0c76a8615a737c5829da64634f7..7b46cd6bb92fbf2bcfa3a2a4e1a280e281eaa01b 100644
(file)
--- 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