]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_idecode.cc
Finalize CLN 1.3.7 release.
[cln.git] / src / float / lfloat / misc / cl_LF_idecode.cc
index 8d547d345e50fa4ed4301621620ff033605dd42e..3eeb5e651dd995d95a41935362f2426f9b2fca61 100644 (file)
@@ -1,7 +1,7 @@
 // integer_decode_float().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/lfloat.h"
@@ -9,14 +9,13 @@
 
 // Implementation.
 
-#include "cl_LF.h"
-#include "cl_I.h"
-#include "cl_DS.h"
+#include "float/lfloat/cl_LF.h"
+#include "integer/cl_I.h"
+#include "base/digitseq/cl_DS.h"
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_idecoded_float integer_decode_float (const cl_LF& x)
+CL_INLINE const cl_idecoded_float CL_INLINE_DECL(integer_decode_float) (const cl_LF& x)
 {
        // x entpacken:
        var uintE uexp = TheLfloat(x)->expo;