]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_eqhashcode.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / lfloat / misc / cl_LF_eqhashcode.cc
index 0181c9629f783df88f4bc4c931814f3bb822460f..509daf7ea589de62316892507c54c182c2266db4 100644 (file)
@@ -15,8 +15,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-uint32 equal_hashcode (const cl_LF& x)
+CL_INLINE uint32 CL_INLINE_DECL(equal_hashcode) (const cl_LF& x)
 {
        var cl_signean sign;
        var sintL exp;