]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Move uses of super/return stack next to Lex rules.
[cycript.git] / Driver.cpp
index fef1eb124d118dfd38a9604903910b868fb8cea8..788afee05c58a8546c93c16fcd4cdc73b2e2f35e 100644 (file)
@@ -26,9 +26,8 @@ bool CYParser(CYPool &pool, bool debug);
 
 CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) :
     pool_(pool),
 
 CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) :
     pool_(pool),
-    newline_(NewLineNone),
+    newline_(false),
     last_(false),
     last_(false),
-    next_(false),
     data_(data),
     debug_(0),
     strict_(false),
     data_(data),
     debug_(0),
     strict_(false),