summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Detail/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/Detail/Config.h')
-rw-r--r--include/CompilerKit/Detail/Config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h
index 198db7c..3935fa3 100644
--- a/include/CompilerKit/Detail/Config.h
+++ b/include/CompilerKit/Detail/Config.h
@@ -1,10 +1,11 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license
======================================== */
-#pragma once
+#ifndef __COMPILERKIT_CONFIG_H__
+#define __COMPILERKIT_CONFIG_H__
/// =========================================================== ///
/// @file detail/Config.h
@@ -62,3 +63,5 @@ inline bool install_signal(Int32 signal, void (*handler)(int)) noexcept {
return true;
}
} // namespace CompilerKit
+
+#endif // __COMPILERKIT_CONFIG_H__ \ No newline at end of file