X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/20052ff75c224699725da0f8e096053009c62741..a0a889ede9c85b8d7b6155a0ce19bcee45c4c654:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index df31a03..031625c 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -24,11 +24,10 @@ bool CYParser(CYPool &pool, bool debug); -CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) : +CYDriver::CYDriver(CYPool &pool, std::streambuf &data, const std::string &filename) : pool_(pool), newline_(false), last_(false), - next_(false), data_(data), debug_(0), strict_(false), @@ -41,6 +40,7 @@ CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename { in_.push(false); return_.push(false); + super_.push(false); template_.push(false); yield_.push(false);