**/
/* }}} */
-#ifndef CYLOCAL_HPP
-#define CYLOCAL_HPP
+#ifndef CYCRIPT_LOCAL_HPP
+#define CYCRIPT_LOCAL_HPP
#include <pthread.h>
template <typename Type_>
::pthread_key_t CYLocal<Type_>::key_ = Key_();
-#endif/*CYLOCAL_HPP*/
+#endif/*CYCRIPT_LOCAL_HPP*/