mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
* include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and gmp-impl.h.
* include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and gmp-impl.h. 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
This commit is contained in:
parent
a77dcecfd4
commit
3be9dc8e14
@ -1,3 +1,9 @@
|
||||
2003-03-14 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* include/gmp.h: Include/gmp-mparam.h.
|
||||
* stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
|
||||
gmp-impl.h.
|
||||
|
||||
2003-03-14 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
|
||||
|
@ -1,3 +1,7 @@
|
||||
/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB
|
||||
and _LONG_LONG_LIMB in it can take effect into gmp.h. */
|
||||
#include <gmp-mparam.h>
|
||||
|
||||
#ifndef __GMP_H__
|
||||
|
||||
#include <stdlib/gmp.h>
|
||||
|
@ -64,9 +64,11 @@
|
||||
/* The gmp headers need some configuration frobs. */
|
||||
#define HAVE_ALLOCA 1
|
||||
|
||||
/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB
|
||||
and _LONG_LONG_LIMB in it can take effect into gmp.h. */
|
||||
#include <gmp-mparam.h>
|
||||
#include <gmp.h>
|
||||
#include <gmp-impl.h>
|
||||
#include <gmp-mparam.h>
|
||||
#include <longlong.h>
|
||||
#include "fpioconst.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user