diff options
Diffstat (limited to 'include/ocl/fix')
| -rw-r--r-- | include/ocl/fix/checksum.hpp | 4 | ||||
| -rw-r--r-- | include/ocl/fix/detail/config.hpp | 4 | ||||
| -rw-r--r-- | include/ocl/fix/parser.hpp | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/include/ocl/fix/checksum.hpp b/include/ocl/fix/checksum.hpp index a5e4469..e1ed745 100644 --- a/include/ocl/fix/checksum.hpp +++ b/include/ocl/fix/checksum.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#ifndef __OCL_FIX_CHECKSUM -#define __OCL_FIX_CHECKSUM +#ifndef OCL_FIX_CHECKSUM +#define OCL_FIX_CHECKSUM #include <ocl/fix/detail/config.hpp> #include <ocl/fix/parser.hpp> diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp index b73454e..582f349 100644 --- a/include/ocl/fix/detail/config.hpp +++ b/include/ocl/fix/detail/config.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#ifndef __OCL_FIX_CONFIG -#define __OCL_FIX_CONFIG +#ifndef OCL_FIX_CONFIG +#define OCL_FIX_CONFIG #include <ocl/detail/config.hpp> #include <ocl/crc_hash.hpp> diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index 9268662..560ecb9 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -10,8 +10,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/fix -#ifndef __OCL_FIX_PARSER -#define __OCL_FIX_PARSER +#ifndef OCL_FIX_PARSER +#define OCL_FIX_PARSER #include <ocl/fix/detail/config.hpp> #include <fstream> @@ -146,4 +146,4 @@ inline std::ostream& operator<<(std::ostream& os, const ocl::fix::range& r) return os; } -#endif // ifndef __OCL_FIX_PARSER +#endif // ifndef OCL_FIX_PARSER |
