summaryrefslogtreecommitdiff
path: root/mpf/abs.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-01-02 09:34:55 +0100
committertege <tege@gmplib.org>2001-01-02 09:34:55 +0100
commita30062b9487102e3171a2f58036a184d6a5d824d (patch)
tree00d690b52e5def66954bf7b9fd1af2e34f67b085 /mpf/abs.c
parentca4999701473b3895e884412c337bc69b06e3fd3 (diff)
downloadgmp-a30062b9487102e3171a2f58036a184d6a5d824d.tar.gz
Remove K&R function headers.
Diffstat (limited to 'mpf/abs.c')
-rw-r--r--mpf/abs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mpf/abs.c b/mpf/abs.c
index f61456642..724c9a2cf 100644
--- a/mpf/abs.c
+++ b/mpf/abs.c
@@ -23,13 +23,7 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
void
-#if __STDC__
mpf_abs (mpf_ptr r, mpf_srcptr u)
-#else
-mpf_abs (r, u)
- mpf_ptr r;
- mpf_srcptr u;
-#endif
{
mp_size_t size;