From c5fa2867a4a09bcc2b3933da72e820fb9f5ad8d1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 12 Jul 2010 04:08:00 +0000 Subject: [PATCH] Standardized usage of header insulation naming: CYCRIPT__HPP --- Local.hpp | 6 +++--- Parser.hpp | 6 +++--- Pooling.hpp | 6 +++--- Replace.hpp | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Local.hpp b/Local.hpp index f90ba6c..29cbbfb 100644 --- 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 @@ -60,4 +60,4 @@ class CYLocal { template ::pthread_key_t CYLocal::key_ = Key_(); -#endif/*CYLOCAL_HPP*/ +#endif/*CYCRIPT_LOCAL_HPP*/ diff --git a/Parser.hpp b/Parser.hpp index d853939..692be9b 100644 --- a/Parser.hpp +++ b/Parser.hpp @@ -19,8 +19,8 @@ **/ /* }}} */ -#ifndef CYPARSER_HPP -#define CYPARSER_HPP +#ifndef CYCRIPT_PARSER_HPP +#define CYCRIPT_PARSER_HPP #include @@ -1841,4 +1841,4 @@ CYAssignment_("&=", BitwiseAnd) CYAssignment_("^=", BitwiseXOr) CYAssignment_("|=", BitwiseOr) -#endif/*CYPARSER_HPP*/ +#endif/*CYCRIPT_PARSER_HPP*/ diff --git a/Pooling.hpp b/Pooling.hpp index 67b8a14..21baefa 100644 --- a/Pooling.hpp +++ b/Pooling.hpp @@ -19,8 +19,8 @@ **/ /* }}} */ -#ifndef CYPOOLING_HPP -#define CYPOOLING_HPP +#ifndef CYCRIPT_POOLING_HPP +#define CYCRIPT_POOLING_HPP #include #include @@ -169,4 +169,4 @@ class CYLocalPool : #define $pool \ CYLocal::Get() -#endif/*CYPOOLING_HPP*/ +#endif/*CYCRIPT_POOLING_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*/ -- 2.45.2