]> git.saurik.com Git - cycript.git/blobdiff - Local.hpp
Optionally return comments from lexer to highlight.
[cycript.git] / Local.hpp
index f90ba6c3ffc58fa40922f55945f019dfb8918b2c..ddfdd62d2628636ea3e1c9adc7f74347021da226 100644 (file)
--- a/Local.hpp
+++ b/Local.hpp
@@ -1,5 +1,5 @@
 /* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2010  Jay Freeman (saurik)
+ * Copyright (C) 2009-2012  Jay Freeman (saurik)
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
@@ -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*/