]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_from_NDS.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / integer / conv / cl_I_from_NDS.cc
index 05eca408b95c9007bef64b327b98fb7806751dd4..6a5abf45b875a5910465e9ff7739e82a07a71128 100644 (file)
@@ -14,8 +14,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_I NDS_to_I (const uintD* MSDptr, uintC len)
+CL_INLINE const cl_I CL_INLINE_DECL(NDS_to_I) (const uintD* MSDptr, uintC len)
 {
       // Mehr als bn_minlength Digits -> Bignum.
       // Weniger als bn_minlength Digits -> Fixnum.