]> www.ginac.de Git - cln.git/blobdiff - include/cln/input.h
Replace CL_REQUIRE/CL_PROVIDE(cl_I_ring) with portable code.
[cln.git] / include / cln / input.h
index 5df0ab9f66dc5d16a4fb94709f9e471acc3e6e4e..71fb90aa7ed296e5f5958dced26be546d2d00e57 100644 (file)
@@ -17,7 +17,7 @@ struct cl_read_float_flags {
        // Flag whether floats specified with more digits than corresponding
        // to the exponent marker they contain, but without _nnn suffix, will
        // get a precision corresponding to their number of significant digits.
-       cl_boolean mantissa_dependent_float_format;
+       bool mantissa_dependent_float_format;
 };
 
 // Specifies the possible results of a read operation.