summaryrefslogtreecommitdiff
path: root/mpf/div_2exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpf/div_2exp.c')
-rw-r--r--mpf/div_2exp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mpf/div_2exp.c b/mpf/div_2exp.c
index 404f062a7..5ea6280e1 100644
--- a/mpf/div_2exp.c
+++ b/mpf/div_2exp.c
@@ -23,14 +23,7 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
void
-#if __STDC__
mpf_div_2exp (mpf_ptr r, mpf_srcptr u, unsigned long int exp)
-#else
-mpf_div_2exp (r, u, exp)
- mpf_ptr r;
- mpf_srcptr u;
- unsigned long int exp;
-#endif
{
mp_srcptr up;
mp_ptr rp = r->_mp_d;