X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..bc3080fdd24b9858d9c9dcbd3d8dd78ae010962a:/Pooling.hpp diff --git a/Pooling.hpp b/Pooling.hpp index 67b8a14..db69c7d 100644 --- a/Pooling.hpp +++ b/Pooling.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 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*/