]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Remove XXX as cur_term is not part of readline.
[cycript.git] / Parser.hpp
index bff219b7e6bce06372ca4760f20f06fb955eb22b..c9614ed604a6e734f09e711b451fa4fc952ff906 100644 (file)
@@ -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,