X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/a0be43fc10f28843e7a477d0c5354ea5e82b3140..5602b1eebd5c9733b58795485c6a592c6e77b4d8:/Parser.hpp diff --git a/Parser.hpp b/Parser.hpp index afb2c66..ba896b7 100644 --- a/Parser.hpp +++ b/Parser.hpp @@ -474,9 +474,14 @@ class CYDriver { void *scanner_; CYState state_; - bool nobrace_; std::stack in_; + struct { + bool AtImplementation; + bool Function; + bool OpenBrace; + } no_; + const char *data_; size_t size_; FILE *file_;