Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282819
Collapse All | Expand All

(-)gmp-impl.h.dist (+4 lines)
Lines 114-119 along with the GNU MP Library. If not, Link Here
114
# endif
114
# endif
115
#endif
115
#endif
116
116
117
#ifdef __sgi        /* stdint.h is C99-only */
118
typedef unsigned int uint_least32_t;
119
#endif
120
117
#ifdef __cplusplus
121
#ifdef __cplusplus
118
#include <cstring>  /* for strlen */
122
#include <cstring>  /* for strlen */
119
#include <string>   /* for std::string */
123
#include <string>   /* for std::string */
(-)gmp-h.in.dist (+8 lines)
Lines 353-358 typedef __mpq_struct *mpq_ptr; Link Here
353
#define _GMP_H_HAVE_VA_LIST 1
353
#define _GMP_H_HAVE_VA_LIST 1
354
#endif
354
#endif
355
355
356
/* On IRIX, the va_list defintion can somehow get lost, even if <stdarg.h>
357
   or <varargs.h> is included - (re)defining it here shouldn't break anything
358
   and prevents build errors, although it is noisy.  */
359
360
#ifdef __sgi
361
typedef char *va_list;
362
#endif
363
356
/* Test for gcc >= maj.min, as per __GNUC_PREREQ in glibc */
364
/* Test for gcc >= maj.min, as per __GNUC_PREREQ in glibc */
357
#if defined (__GNUC__) && defined (__GNUC_MINOR__)
365
#if defined (__GNUC__) && defined (__GNUC_MINOR__)
358
#define __GMP_GNUC_PREREQ(maj, min) \
366
#define __GMP_GNUC_PREREQ(maj, min) \

Return to bug 282819