]> www.ginac.de Git - cln.git/blobdiff - src/rational/input/cl_RA_read_stream.cc
* src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
[cln.git] / src / rational / input / cl_RA_read_stream.cc
index f4266a7f3e432d330473ae1ca26d967c5dce44be..58bbd9e5d00aad8ea817e382aa726fabbe205e71 100644 (file)
@@ -7,15 +7,17 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_rational_io.h"
+#include "cln/rational_io.h"
 
 
 // Implementation.
 
-#include "cl_input.h"
-#include "cl_io.h"
+#include "cln/input.h"
+#include "cln/io.h"
 #include "cl_spushstring.h"
 
+namespace cln {
+
 // We read an entire token (or even more, if it begins with #C) into a
 // buffer and then call read_rational() on the buffer.
 
@@ -103,3 +105,5 @@ syntax1:    buffer.push(c);
        // Handle premature EOF.
 eof:   read_number_eof();
 }
+
+}  // namespace cln