]> git.saurik.com Git - cycript.git/blobdiff - Local.hpp
Add initial support for -arch armv6.
[cycript.git] / Local.hpp
index f90ba6c3ffc58fa40922f55945f019dfb8918b2c..29cbbfbefced551b88c276f7b540b4f5e1455216 100644 (file)
--- a/Local.hpp
+++ b/Local.hpp
@@ -19,8 +19,8 @@
 **/
 /* }}} */
 
-#ifndef CYLOCAL_HPP
-#define CYLOCAL_HPP
+#ifndef CYCRIPT_LOCAL_HPP
+#define CYCRIPT_LOCAL_HPP
 
 #include <pthread.h>
 
@@ -60,4 +60,4 @@ class CYLocal {
 template <typename Type_>
 ::pthread_key_t CYLocal<Type_>::key_ = Key_();
 
-#endif/*CYLOCAL_HPP*/
+#endif/*CYCRIPT_LOCAL_HPP*/