X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8a392978b2d6e7db62cdf6d576e071d70fef9b94..972562bf68a236b4580b6074415cbf4e07b0a0c6:/Driver.cpp?ds=sidebyside diff --git a/Driver.cpp b/Driver.cpp index 4bac2c2..83b9462 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -20,7 +20,7 @@ /* }}} */ #include "Driver.hpp" -#include "Parser.hpp" +#include "Syntax.hpp" bool CYParser(CYPool &pool, bool debug); @@ -41,6 +41,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);