aboutsummaryrefslogtreecommitdiff
path: root/stdlib/mod_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/mod_1.c')
-rw-r--r--stdlib/mod_1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdlib/mod_1.c b/stdlib/mod_1.c
index 9323cf7..a1762b5 100644
--- a/stdlib/mod_1.c
+++ b/stdlib/mod_1.c
@@ -37,15 +37,8 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, see
here (not udiv_qrnnd). */
mp_limb_t
-#if __STDC__
mpn_mod_1 (mp_srcptr dividend_ptr, mp_size_t dividend_size,
mp_limb_t divisor_limb)
-#else
-mpn_mod_1 (dividend_ptr, dividend_size, divisor_limb)
- mp_srcptr dividend_ptr;
- mp_size_t dividend_size;
- mp_limb_t divisor_limb;
-#endif
{
mp_size_t i;
mp_limb_t n1, n0, r;