]> git.saurik.com Git - cycript.git/commitdiff
Standardized usage of header insulation naming: CYCRIPT_<path.upper().replace('/...
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 04:08:00 +0000 (04:08 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 04:08:00 +0000 (04:08 +0000)
Local.hpp
Parser.hpp
Pooling.hpp
Replace.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>
 
 
 #include <pthread.h>
 
@@ -60,4 +60,4 @@ class CYLocal {
 template <typename Type_>
 ::pthread_key_t CYLocal<Type_>::key_ = Key_();
 
 template <typename Type_>
 ::pthread_key_t CYLocal<Type_>::key_ = Key_();
 
-#endif/*CYLOCAL_HPP*/
+#endif/*CYCRIPT_LOCAL_HPP*/
index d8539399fb9c13a016ce5cb7c63284a7390741f5..692be9b52c5f8df7e7549efc39ace21f27cf3e4c 100644 (file)
@@ -19,8 +19,8 @@
 **/
 /* }}} */
 
 **/
 /* }}} */
 
-#ifndef CYPARSER_HPP
-#define CYPARSER_HPP
+#ifndef CYCRIPT_PARSER_HPP
+#define CYCRIPT_PARSER_HPP
 
 #include <iostream>
 
 
 #include <iostream>
 
@@ -1841,4 +1841,4 @@ CYAssignment_("&=", BitwiseAnd)
 CYAssignment_("^=", BitwiseXOr)
 CYAssignment_("|=", BitwiseOr)
 
 CYAssignment_("^=", BitwiseXOr)
 CYAssignment_("|=", BitwiseOr)
 
-#endif/*CYPARSER_HPP*/
+#endif/*CYCRIPT_PARSER_HPP*/
index 67b8a1488418f242f6e3f45ce2301bb03bb04c7b..21baefa8e5e6de5b9224ea3dca31f4156c540dac 100644 (file)
@@ -19,8 +19,8 @@
 **/
 /* }}} */
 
 **/
 /* }}} */
 
-#ifndef CYPOOLING_HPP
-#define CYPOOLING_HPP
+#ifndef CYCRIPT_POOLING_HPP
+#define CYCRIPT_POOLING_HPP
 
 #include <apr_pools.h>
 #include <apr_strings.h>
 
 #include <apr_pools.h>
 #include <apr_strings.h>
@@ -169,4 +169,4 @@ class CYLocalPool :
 #define $pool \
     CYLocal<apr_pool_t>::Get()
 
 #define $pool \
     CYLocal<apr_pool_t>::Get()
 
-#endif/*CYPOOLING_HPP*/
+#endif/*CYCRIPT_POOLING_HPP*/
index 96115c2207bf1869f94ce736b0825a5b5437a8ac..a0329025346fa3418f6b55643793d34e3dbbca33 100644 (file)
@@ -19,8 +19,8 @@
 **/
 /* }}} */
 
 **/
 /* }}} */
 
-#ifndef REPLACE_HPP
-#define REPLACE_HPP
+#ifndef CYCRIPT_REPLACE_HPP
+#define CYCRIPT_REPLACE_HPP
 
 #include "Parser.hpp"
 
 
 #include "Parser.hpp"
 
 #define $L5(arg0, args...) \
     $ CYDeclarations(arg0, $L4(args))
 
 #define $L5(arg0, args...) \
     $ CYDeclarations(arg0, $L4(args))
 
-#endif/*REPLACE_HPP*/
+#endif/*CYCRIPT_REPLACE_HPP*/