X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b23692f3038296c94d25c84c55ed4c1bb49619cf..57efef5ffbec97896a112ca5439cde154e025ff4:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index fef1eb1..788afee 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -26,9 +26,8 @@ bool CYParser(CYPool &pool, bool debug); CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) : pool_(pool), - newline_(NewLineNone), + newline_(false), last_(false), - next_(false), data_(data), debug_(0), strict_(false),