]> www.ginac.de Git - cln.git/blobdiff - src/real/elem/cl_R_zerop.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / elem / cl_R_zerop.cc
index 530d2e0f9fc67f93238f8b959300ab64e87213df..c3a30aaea7c9d1b72a3f60ef41fcf58fd45bd5a0 100644 (file)
@@ -4,7 +4,7 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 #include "cl_DF_zerop.cc"
 #include "cl_LF_zerop.cc"
 
-cl_boolean zerop (const cl_R& x)
+namespace cln {
+
+bool zerop (const cl_R& x)
 #if 0
 GEN_R_OP1_2(x, zerop, return)
 #else // fully inlined, faster
 GEN_R_OP1_7(x, zerop, return)
 #endif
+
+}  // namespace cln