try again to make gmp _EXTERN_INLINE consistent

This commit is contained in:
Matthew Flatt 2010-08-06 13:34:00 -06:00
parent 7ec4821feb
commit df4da6bbff
2 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,6 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#define _FORCE_INLINES
#define _EXTERN_INLINE /* empty */
#include "../schpriv.h"
#include "gmp.h"
#include "gmp-impl.h"

View File

@ -74,6 +74,9 @@ MA 02111-1307, USA. */
#endif
#endif
/* To avoid unnecessary compiler dependencies, always defined: */
#define _FORCE_INLINES
#ifdef _SHORT_LIMB
typedef unsigned int mp_limb_t;
typedef int mp_limb_signed_t;