]> www.ginac.de Git - cln.git/blobdiff - src/integer/input/cl_I_read_stream.cc
* src/integer/input/cl_I_read_stream.cc (read_integer): Fix a bug
[cln.git] / src / integer / input / cl_I_read_stream.cc
index 71fddb68945166866b84566011b6730033c586ec..6f6a5c076bd35115e45608f80b049a89511435ce 100644 (file)
@@ -74,7 +74,6 @@ const cl_I read_integer (std::istream& stream, const cl_read_flags& flags)
                }
                if (!(((c >= 'A') && (c <= 'Z')) || ((c >= 'a') && (c <= 'z'))))
                        goto syntax1;
-               buffer.push(c);
                c = freadchar(stream);
                if (c == cl_EOF) goto eof;
        }