all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 897956de64816911fd80b967d1b9c5415d92beb6 595 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Patch taken from the Sage packaging system.

--- src/include/Lcommon.h	2010-01-31 15:16:45.000000000 +0000
+++ src/include/Lcommon.h	2011-03-08 21:19:11.849443238 +0000
@@ -25,7 +25,7 @@
 #ifdef USE_MPFR
 inline double lcalc_to_double(const double& x) { return x; }
 #endif
-//inline double lcalc_to_double(const long double& x) { return x; }
+inline double lcalc_to_double(const long double& x) { return x; }
 inline double lcalc_to_double(const int& x) { return x; }
 inline double lcalc_to_double(const long long& x) { return x; }
 inline double lcalc_to_double(const short& x) { return x; }

debug log:

solving 897956de64 ...
found 897956de64 in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.