X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/840966082c867decd624b074661e31945193abea..554cd08dc5f6226ffd3eac34786b2c63bf17d9ad:/Driver.hpp?ds=inline 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 {