X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/840966082c867decd624b074661e31945193abea..9ec2b9397cc7a924bb0aa9a44ba3747fd32fa36d:/Driver.hpp diff --git a/Driver.hpp b/Driver.hpp index 07188ce..b4f1c1b 100644 --- a/Driver.hpp +++ b/Driver.hpp @@ -41,6 +41,7 @@ struct CYWord; enum CYMark { CYMarkScript, CYMarkModule, + CYMarkExpression, }; class _visible CYDriver {