]> www.ginac.de Git - cln.git/blobdiff - src/float/ffloat/misc/cl_FF_digits.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / ffloat / misc / cl_FF_digits.cc
index 4d209efe5350e3e109495b45afb00733ca86f0b7..de7dff37d7ef4fa66273647e0d649adc193df799 100644 (file)
@@ -13,8 +13,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-uintC float_digits (const cl_FF& x)
+CL_INLINE uintC CL_INLINE_DECL(float_digits) (const cl_FF& x)
 {
        unused x;
        return FF_mant_len+1; // 24