]> www.ginac.de Git - cln.git/blobdiff - src/integer/input/cl_I_read_stream.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / integer / input / cl_I_read_stream.cc
index dcb9176bba09f2473d2ad5175ed97e703dc15a65..71fddb68945166866b84566011b6730033c586ec 100644 (file)
@@ -40,7 +40,7 @@ static cl_boolean number_char_p (char c)
        }
 }
 
-const cl_I read_integer (cl_istream stream, const cl_read_flags& flags)
+const cl_I read_integer (std::istream& stream, const cl_read_flags& flags)
 {
        // One pre-allocated buffer. This reduces the allocation/free cost.
        static pushstring_hack buffer;