X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b17dec6bcc0e9bdbf1933be11b8c5ef846c7a15f..06293152b6505062453463ef34c0d90e0c8db17e:/Parser.hpp diff --git a/Parser.hpp b/Parser.hpp index 2d3a59f..361beaa 100644 --- a/Parser.hpp +++ b/Parser.hpp @@ -367,6 +367,7 @@ struct CYContext { CYIdentifierUsageVector rename_; CYNonLocal *nonlocal_; + CYNonLocal *nextlocal_; unsigned unique_; CYContext(apr_pool_t *pool, CYOptions &options) : @@ -374,6 +375,7 @@ struct CYContext { options_(options), scope_(NULL), nonlocal_(NULL), + nextlocal_(NULL), unique_(0) { }