summaryrefslogtreecommitdiff
path: root/insert-double.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-05-26 21:42:29 +0200
committertege <tege@gmplib.org>1996-05-26 21:42:29 +0200
commit5dbb236ecf5e8f68ebb18babe037b6d48ddc7076 (patch)
tree2b49b9a9c77564b741893f99631e1411ccdb5c39 /insert-double.c
parentcb84362c95922a8adc539d2650ef385da6642e11 (diff)
downloadgmp-5dbb236ecf5e8f68ebb18babe037b6d48ddc7076.tar.gz
scal2 => __gmp_scale2.
Diffstat (limited to 'insert-double.c')
-rw-r--r--insert-double.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/insert-double.c b/insert-double.c
index 784127fd0..74ed81526 100644
--- a/insert-double.c
+++ b/insert-double.c
@@ -32,8 +32,8 @@ MA 02111-1307, USA. */
#define _GMP_IEEE_FLOATS 0
#endif
-inline double
-scal2 (double d, int exp)
+double
+__gmp_scale2 (double d, int exp)
{
#if _GMP_IEEE_FLOATS
{