X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..720a57a8df6f5f151bb263ef4e81e7834c5a9d96:/Replace.hpp 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*/