scm-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Scm-discuss] lingering reference to big2dbl() in scmhob.h


From: Steve VanDevender
Subject: [Scm-discuss] lingering reference to big2dbl() in scmhob.h
Date: Sat, 21 Oct 2017 18:33:15 -0700

scmhob.h contains a reference to big2dbl(), which the ChangeLog
indicates was renamed to int2dbl().  This can prevent some
Hobbit-compiled code from linking.

--- scmhob.h.orig       2017-10-21 17:56:32.622120341 -0700
+++ scmhob.h    2017-10-21 17:55:50.589885689 -0700
@@ -46,7 +46,7 @@
 # define scm_abs scm_iabs
 #endif
 #ifdef BIGDIG
-# define PRE_TRANSC_FUN(x) (INUMP(x) ? (double) INUM(x) : (REALP(x) ? (double) 
REALPART(x) : (double) big2dbl(x)))
+# define PRE_TRANSC_FUN(x) (INUMP(x) ? (double) INUM(x) : (REALP(x) ? (double) 
REALPART(x) : (double) int2dbl(x)))
 #else
 # define PRE_TRANSC_FUN(x) (INUMP(x) ?  (double) INUM(x) : (double) 
REALPART(x))
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]