summaryrefslogtreecommitdiff
path: root/gammaPiAGMformula.c
diff options
context:
space:
mode:
Diffstat (limited to 'gammaPiAGMformula.c')
-rw-r--r--gammaPiAGMformula.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gammaPiAGMformula.c b/gammaPiAGMformula.c
index acd467d50..c1edad36a 100644
--- a/gammaPiAGMformula.c
+++ b/gammaPiAGMformula.c
@@ -27,7 +27,7 @@ MA 02111-1307, USA. */
#include "mpfr.h"
#include "mpfr-impl.h"
-int mpfr_gamma _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
+int mpfr_gamma _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
/* We use the reflection formula
Gamma(1+x)Gamma(1-x)=\pi x/(sin(\pi x))