$NetBSD: patch-ad,v 1.5 2009/09/18 14:33:32 sketch Exp $

--- gmp-h.in.orig	Fri Sep 18 15:20:31 2009
+++ gmp-h.in	Fri Sep 18 15:21:05 2009
@@ -463,12 +463,6 @@
 #define __GMP_EXTERN_INLINE  __inline
 #endif
 
-/* Recent enough Sun C compilers accept "extern inline" */
-#if defined (__SUNPRO_C) && __SUNPRO_C >= 0x560 \
-  && ! defined (__GMP_EXTERN_INLINE)
-#define __GMP_EXTERN_INLINE  extern inline
-#endif
-
 /* Somewhat older Sun C compilers accept "static inline" */
 #if defined (__SUNPRO_C) && __SUNPRO_C >= 0x540 \
   && ! defined (__GMP_EXTERN_INLINE)
