**/
/* }}} */
-#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*/
**/
/* }}} */
-#ifndef CYPARSER_HPP
-#define CYPARSER_HPP
+#ifndef CYCRIPT_PARSER_HPP
+#define CYCRIPT_PARSER_HPP
#include <iostream>
CYAssignment_("^=", BitwiseXOr)
CYAssignment_("|=", BitwiseOr)
-#endif/*CYPARSER_HPP*/
+#endif/*CYCRIPT_PARSER_HPP*/
**/
/* }}} */
-#ifndef CYPOOLING_HPP
-#define CYPOOLING_HPP
+#ifndef CYCRIPT_POOLING_HPP
+#define CYCRIPT_POOLING_HPP
#include <apr_pools.h>
#include <apr_strings.h>
#define $pool \
CYLocal<apr_pool_t>::Get()
-#endif/*CYPOOLING_HPP*/
+#endif/*CYCRIPT_POOLING_HPP*/
**/
/* }}} */
-#ifndef REPLACE_HPP
-#define REPLACE_HPP
+#ifndef CYCRIPT_REPLACE_HPP
+#define CYCRIPT_REPLACE_HPP
#include "Parser.hpp"
#define $L5(arg0, args...) \
$ CYDeclarations(arg0, $L4(args))
-#endif/*REPLACE_HPP*/
+#endif/*CYCRIPT_REPLACE_HPP*/