summaryrefslogtreecommitdiffhomepage
path: root/include/ocl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl')
-rw-r--r--include/ocl/tproc.hpp8
-rw-r--r--include/ocl/tproc/detail/config.hpp6
-rw-r--r--include/ocl/tproc/detail/rope_fwd.hpp4
-rw-r--r--include/ocl/tproc/rope.hpp6
-rw-r--r--include/ocl/tproc/rope.inl4
5 files changed, 14 insertions, 14 deletions
diff --git a/include/ocl/tproc.hpp b/include/ocl/tproc.hpp
index 3bd0e67..132e59a 100644
--- a/include/ocl/tproc.hpp
+++ b/include/ocl/tproc.hpp
@@ -3,14 +3,14 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/tproc
-#ifndef __OCL_TPROC_HPP
-#define __OCL_TPROC_HPP
+#ifndef OCL_TPROC_HPP
+#define OCL_TPROC_HPP
#include <ocl/tproc/detail/config.hpp>
#include <ocl/tproc/rope.hpp>
-#ifdef __OCL_TPROC_REGEX
+#ifdef OCL_TPROC_REGEX
// #include <ocl/tproc/linter.hpp>
#endif
-#endif // __OCL_TPROC_HPP
+#endif // OCL_TPROC_HPP
diff --git a/include/ocl/tproc/detail/config.hpp b/include/ocl/tproc/detail/config.hpp
index 04d0eed..12bcc3d 100644
--- a/include/ocl/tproc/detail/config.hpp
+++ b/include/ocl/tproc/detail/config.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#ifndef __OCL_TPROC_CONFIG
-#define __OCL_TPROC_CONFIG
+#ifndef OCL_TPROC_CONFIG
+#define OCL_TPROC_CONFIG
#include <boost/assert/source_location.hpp>
#include <ocl/detail/config.hpp>
@@ -32,4 +32,4 @@ namespace ocl::tproc
} // namespace ocl::tproc
-#endif // ifndef __OCL_TPROC_CONFIG
+#endif // ifndef OCL_TPROC_CONFIG
diff --git a/include/ocl/tproc/detail/rope_fwd.hpp b/include/ocl/tproc/detail/rope_fwd.hpp
index 44cec68..e72f287 100644
--- a/include/ocl/tproc/detail/rope_fwd.hpp
+++ b/include/ocl/tproc/detail/rope_fwd.hpp
@@ -3,8 +3,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/tproc
-#ifndef __OCL_TPROC_ROPE_FWD_HPP
-#define __OCL_TPROC_ROPE_FWD_HPP
+#ifndef OCL_TPROC_ROPE_FWD_HPP
+#define OCL_TPROC_ROPE_FWD_HPP
#include <ocl/tproc/detail/config.hpp>
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index 83f8bc5..a506336 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.hpp
@@ -3,8 +3,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/tproc
-#ifndef __OCL_TPROC_ROPE_HPP
-#define __OCL_TPROC_ROPE_HPP
+#ifndef OCL_TPROC_ROPE_HPP
+#define OCL_TPROC_ROPE_HPP
#include <ocl/tproc/detail/rope_fwd.hpp>
@@ -220,4 +220,4 @@ inline std::wostream& operator<<(std::wostream& os, const ocl::tproc::wrope& r)
#include "rope.inl"
-#endif // __OCL_TPROC_ROPE_HPP
+#endif // OCL_TPROC_ROPE_HPP
diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl
index 5ae96f1..90e8811 100644
--- a/include/ocl/tproc/rope.inl
+++ b/include/ocl/tproc/rope.inl
@@ -3,8 +3,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/tproc
-#ifndef __OCL_TPROC_ROPE_INL
-#define __OCL_TPROC_ROPE_INL
+#ifndef OCL_TPROC_ROPE_INL
+#define OCL_TPROC_ROPE_INL
namespace ocl::tproc::rope
{