summaryrefslogtreecommitdiff
path: root/src/longlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/longlong.h')
-rw-r--r--src/longlong.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/longlong.h b/src/longlong.h
index 173afb920..8d7161113 100644
--- a/src/longlong.h
+++ b/src/longlong.h
@@ -2055,10 +2055,6 @@ extern UWtype mpn_udiv_qrnnd_r (UWtype, UWtype, UWtype, UWtype *);
__GMP_DECLSPEC UWtype __MPN(udiv_w_sdiv) (UWtype *, UWtype, UWtype, UWtype);
#endif
-#ifndef __GMP_DECLSPEC
-#define __GMP_DECLSPEC /* empty */
-#endif
-
/* If udiv_qrnnd was not defined for this processor, use __udiv_qrnnd_c. */
#if !defined (udiv_qrnnd)
#define UDIV_NEEDS_NORMALIZATION 1