X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..fb726fc55e2a79b03564be97d5057e28805d84f0:/Replace.hpp?ds=sidebyside diff --git a/Replace.hpp b/Replace.hpp index 96115c2..a032902 100644 --- a/Replace.hpp +++ b/Replace.hpp @@ -19,8 +19,8 @@ **/ /* }}} */ -#ifndef REPLACE_HPP -#define REPLACE_HPP +#ifndef CYCRIPT_REPLACE_HPP +#define CYCRIPT_REPLACE_HPP #include "Parser.hpp" @@ -123,4 +123,4 @@ #define $L5(arg0, args...) \ $ CYDeclarations(arg0, $L4(args)) -#endif/*REPLACE_HPP*/ +#endif/*CYCRIPT_REPLACE_HPP*/