]> www.ginac.de Git - cln.git/blobdiff - src/real/misc/cl_R_eqhashcode.cc
* Version 1.1.9 released.
[cln.git] / src / real / misc / cl_R_eqhashcode.cc
index be89b0cb0686f43835da84b1c8025e0dc23c2b71..243695a30eb1539ffef6bd638986d41f15fa62c9 100644 (file)
@@ -4,7 +4,7 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
@@ -23,5 +23,9 @@
 #include "cl_DF_eqhashcode.cc"
 #include "cl_LF_eqhashcode.cc"
 
-uint32 cl_equal_hashcode (const cl_R& x)
-GEN_R_OP1_7(x, cl_equal_hashcode, return)
+namespace cln {
+
+uint32 equal_hashcode (const cl_R& x)
+GEN_R_OP1_7(x, equal_hashcode, return)
+
+}  // namespace cln