]> www.ginac.de Git - cln.git/blobdiff - include/cln/univpoly_integer.h
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / include / cln / univpoly_integer.h
index ae9db0e237ea3a88680f4db6a241eaf11236df71..08b14b5426784ebfd2f2d9c417a50d255f0280c4 100644 (file)
@@ -63,7 +63,7 @@ class cl_heap_univpoly_integer_ring : public cl_heap_univpoly_ring {
        {
                cl_heap_univpoly_ring::fprint(stream,x);
        }
-       cl_boolean equal (const cl_UP_I& x, const cl_UP_I& y)
+       bool equal (const cl_UP_I& x, const cl_UP_I& y)
        {
                return cl_heap_univpoly_ring::equal(x,y);
        }
@@ -71,7 +71,7 @@ class cl_heap_univpoly_integer_ring : public cl_heap_univpoly_ring {
        {
                return The2(cl_UP_I)(cl_heap_univpoly_ring::zero());
        }
-       cl_boolean zerop (const cl_UP_I& x)
+       bool zerop (const cl_UP_I& x)
        {
                return cl_heap_univpoly_ring::zerop(x);
        }