summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-02-03 15:51:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-02-03 15:51:26 +0100
commitfbfa03ada7f62c7e70c554dcb5ce9f5529f71259 (patch)
tree2c8c474eb40cf4f4c14af60b7ec05c9f960fe1d8 /longlong.h
parent517845eb219f9b87765c8a923701bb163234ab8d (diff)
downloadgmp-fbfa03ada7f62c7e70c554dcb5ce9f5529f71259.tar.gz
Improve udiv_w_sdiv declarations.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/longlong.h b/longlong.h
index 9ed88f474..5b65c1500 100644
--- a/longlong.h
+++ b/longlong.h
@@ -2015,6 +2015,7 @@ extern UWtype mpn_udiv_qrnnd_r _PROTO ((UWtype, UWtype, UWtype, UWtype *));
(q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
(r) = __r; \
} while (0)
+__GMP_DECLSPEC UWtype __MPN(udiv_w_sdiv) (UWtype *, UWtype, UWtype, UWtype);
#endif
/* If udiv_qrnnd was not defined for this processor, use __udiv_qrnnd_c. */