]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Move non-RegEx lexer hacks from Scanner to Parser.
[cycript.git] / Driver.cpp
index 83b9462f9199e65d1689a3bc18b99c0fb9c45b75..fef1eb124d118dfd38a9604903910b868fb8cea8 100644 (file)
@@ -26,7 +26,7 @@ bool CYParser(CYPool &pool, bool debug);
 
 CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) :
     pool_(pool),
-    newline_(false),
+    newline_(NewLineNone),
     last_(false),
     next_(false),
     data_(data),