summaryrefslogtreecommitdiff
path: root/mp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-07 01:53:21 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-07 01:53:21 +0200
commit1009a73c95ef467ec5960687922504efdae7fff0 (patch)
tree365762e337c1f18d70cc769cbf582b54097e0c7e /mp-h.in
parentdfdde26243f79ad047d8525cc1ee7c2c852a3c72 (diff)
downloadgmp-1009a73c95ef467ec5960687922504efdae7fff0.tar.gz
* gmp-h.in, mp-h.in, gmp-impl.h (_EXTERN_INLINE): Remove, unused.
Diffstat (limited to 'mp-h.in')
-rw-r--r--mp-h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/mp-h.in b/mp-h.in
index dbe62715e..19d6f7f43 100644
--- a/mp-h.in
+++ b/mp-h.in
@@ -64,14 +64,6 @@ MA 02111-1307, USA. */
#define __gmp_signed
#endif
-#ifndef _EXTERN_INLINE
-#ifdef __GNUC__
-#define _EXTERN_INLINE extern __inline__
-#else
-#define _EXTERN_INLINE static
-#endif
-#endif
-
#if defined (__GNUC__) || defined (_MSC_VER)
#define __GMP_DECLSPEC_EXPORT __declspec(dllexport)
#define __GMP_DECLSPEC_IMPORT __declspec(dllimport)