mirror of git://sourceware.org/git/glibc.git
Fri Mar 8 22:16:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
This commit is contained in:
parent
45667a533a
commit
3f92886a4c
|
|
@ -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,
|
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||||
Cambridge, MA 02139, USA. */
|
Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
|
/* The gmp headers need some configuration frobs. */
|
||||||
|
#define HAVE_ALLOCA 1
|
||||||
|
|
||||||
#ifdef USE_IN_LIBIO
|
#ifdef USE_IN_LIBIO
|
||||||
# include <libioP.h>
|
# include <libioP.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue