]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/input/cl_LF_from_string.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / lfloat / input / cl_LF_from_string.cc
index 591119e03dbbf6a1b82a689917f52cd9774d15fa..85bda26277f92dc732cb6abb16f6a8d9561752e8 100644 (file)
@@ -1,7 +1,7 @@
 // cl_LF (const char *) constructor.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/lfloat_class.h"
@@ -19,7 +19,7 @@ cl_read_flags cl_LF_read_flags = {
        syntax_lfloat,
        lsyntax_all,
        10,
-       { float_format_lfloat_min, float_format_lfloat_min, cl_false }
+       { float_format_lfloat_min, float_format_lfloat_min, false }
 };
 
 cl_LF::cl_LF (const char * string)