]> www.ginac.de Git - cln.git/blobdiff - src/modinteger/cl_MI_int.h
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / modinteger / cl_MI_int.h
index 0fbfe5280d8b7f99e8a95c004e5c3cb08b23f5ab..f8e6f788dc5a8267a55d859f3d645a4f131e6a2a 100644 (file)
@@ -42,7 +42,7 @@ static const _cl_MI int_zero (cl_heap_modint_ring* R)
        return _cl_MI(R, 0);
 }
 
-static cl_boolean int_zerop (cl_heap_modint_ring* R, const _cl_MI& x)
+static bool int_zerop (cl_heap_modint_ring* R, const _cl_MI& x)
 {
        unused R;
        return zerop(x.rep);