]> www.ginac.de Git - cln.git/blobdiff - src/real/input/cl_R_from_string.cc
Replace unused macro with cl_unused.
[cln.git] / src / real / input / cl_R_from_string.cc
index b3b3c9f2d5a0b5a18d1522a51fdf916c11c5442a..f61d3fb5bab34a2b016794541a172ce8cf0d7ea6 100644 (file)
@@ -1,7 +1,7 @@
 // cl_R (const char *) constructor.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/real_class.h"
@@ -18,7 +18,7 @@ cl_read_flags cl_R_read_flags = {
        syntax_real,
        lsyntax_all,
        10,
-       { float_format_ffloat, float_format_lfloat_min, cl_true }
+       { float_format_ffloat, float_format_lfloat_min, true }
 };
 
 cl_R::cl_R (const char * string)