]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/elem/cl_LF_zerop.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / lfloat / elem / cl_LF_zerop.cc
index 35135c498673a35972b73b885e621c45506e22f1..af83bedc7a5ff8342a4cf95a22caabfc340fe2d8 100644 (file)
@@ -13,8 +13,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-bool zerop (const cl_LF& x)
+CL_INLINE bool CL_INLINE_DECL(zerop) (const cl_LF& x)
 {
        return TheLfloat(x)->expo == 0;
 }