summaryrefslogtreecommitdiff
path: root/mp-h.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-15 07:56:43 +0100
committertege <tege@gmplib.org>2000-12-15 07:56:43 +0100
commit894fdeb3c7523a7d24e534296159963f80dc76b8 (patch)
tree0c13254fd5aba7330a92e6119afdfe17c4e7d141 /mp-h.in
parent5489d76a501e92a77f57bf4eabcb29d9044e3c65 (diff)
downloadgmp-894fdeb3c7523a7d24e534296159963f80dc76b8.tar.gz
(__gmp_inline): Remove.
Diffstat (limited to 'mp-h.in')
-rw-r--r--mp-h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/mp-h.in b/mp-h.in
index da807ed05..f8c0887ba 100644
--- a/mp-h.in
+++ b/mp-h.in
@@ -45,12 +45,6 @@ MA 02111-1307, USA. */
#define __gmp_const
#endif
-#if defined (__GNUC__)
-#define __gmp_inline __inline__
-#else
-#define __gmp_inline
-#endif
-
#ifndef _EXTERN_INLINE
#ifdef __GNUC__
#define _EXTERN_INLINE extern __inline__