X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/d3b63265874c492a4128f93fe55d568ef7d7aa2c..b5af12b8bc9c3fda53ebce1ba823734a279610c9:/Parser.hpp diff --git a/Parser.hpp b/Parser.hpp index bff219b..c9614ed 100644 --- a/Parser.hpp +++ b/Parser.hpp @@ -39,7 +39,7 @@ #include "Pooling.hpp" #include "Options.hpp" -class CYContext; +struct CYContext; struct CYThing { virtual ~CYThing() { @@ -506,6 +506,7 @@ class CYDriver { std::istream &data_; bool strict_; + bool commented_; enum Condition { RegExpCondition,