]> www.ginac.de Git - cln.git/blobdiff - src/integer/input/cl_I_read_stream.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / integer / input / cl_I_read_stream.cc
index 44f79c0d557f985ce394099eafa21861d2e36fa8..dcb9176bba09f2473d2ad5175ed97e703dc15a65 100644 (file)
@@ -6,15 +6,17 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_integer_io.h"
+#include "cln/integer_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_integer() on the buffer.
 
@@ -102,3 +104,5 @@ syntax1:    buffer.push(c);
        // Handle premature EOF.
 eof:   read_number_eof();
 }
+
+}  // namespace cln