]> www.ginac.de Git - cln.git/blobdiff - include/cln/univpoly_real.h
Replace CL_REQUIRE/CL_PROVIDE(cl_I_ring) with portable code.
[cln.git] / include / cln / univpoly_real.h
index 8954e0eaa552b0612af2550b56524b40ab7b9a99..7338e94a5b15265f754cd440aa51c47034b30b65 100644 (file)
@@ -64,7 +64,7 @@ class cl_heap_univpoly_real_ring : public cl_heap_univpoly_ring {
        {
                cl_heap_univpoly_ring::fprint(stream,x);
        }
-       cl_boolean equal (const cl_UP_R& x, const cl_UP_R& y)
+       bool equal (const cl_UP_R& x, const cl_UP_R& y)
        {
                return cl_heap_univpoly_ring::equal(x,y);
        }
@@ -72,7 +72,7 @@ class cl_heap_univpoly_real_ring : public cl_heap_univpoly_ring {
        {
                return The2(cl_UP_R)(cl_heap_univpoly_ring::zero());
        }
-       cl_boolean zerop (const cl_UP_R& x)
+       bool zerop (const cl_UP_R& x)
        {
                return cl_heap_univpoly_ring::zerop(x);
        }
@@ -223,8 +223,6 @@ inline const cl_UP_R deriv (const cl_UP_R& x)
 
 #endif
 
-CL_REQUIRE(cl_R_ring)
-
 }  // namespace cln
 
 #endif /* _CL_UNIVPOLY_REAL_H */