diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 02:34:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 02:37:30 +0100 |
| commit | facb3edec9fd275d5a8fcabaa87f768087255768 (patch) | |
| tree | 587c1fdd1e4b09a3c0f5243af46f7d09ac3722fd /include/CompilerKit/Detail | |
| parent | 37b8e34dc54f572fbfbd135742fa11c21c5e67c1 (diff) | |
chore! breaking API changes, rename project to Nectar, instead of NeCTI.v0.0.9
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail')
| -rw-r--r-- | include/CompilerKit/Detail/32x0.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/64x0.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/AMD64.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/Aarch64.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/Config.h | 7 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 2 |
6 files changed, 10 insertions, 7 deletions
diff --git a/include/CompilerKit/Detail/32x0.h b/include/CompilerKit/Detail/32x0.h index 7172a2d..ce22761 100644 --- a/include/CompilerKit/Detail/32x0.h +++ b/include/CompilerKit/Detail/32x0.h @@ -1,6 +1,6 @@ /* ======================================== - 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 ======================================== */ diff --git a/include/CompilerKit/Detail/64x0.h b/include/CompilerKit/Detail/64x0.h index ad909dc..23a0542 100644 --- a/include/CompilerKit/Detail/64x0.h +++ b/include/CompilerKit/Detail/64x0.h @@ -1,6 +1,6 @@ /* ======================================== - 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 ======================================== */ diff --git a/include/CompilerKit/Detail/AMD64.h b/include/CompilerKit/Detail/AMD64.h index 053b0b0..a4294ee 100644 --- a/include/CompilerKit/Detail/AMD64.h +++ b/include/CompilerKit/Detail/AMD64.h @@ -1,6 +1,6 @@ /* ======================================== - 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 ======================================== */ diff --git a/include/CompilerKit/Detail/Aarch64.h b/include/CompilerKit/Detail/Aarch64.h index 1ce1719..7b39e8b 100644 --- a/include/CompilerKit/Detail/Aarch64.h +++ b/include/CompilerKit/Detail/Aarch64.h @@ -1,6 +1,6 @@ /* ======================================== -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 ======================================== */ 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 diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index 0279072..dc96377 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -1,6 +1,6 @@ /* ======================================== - 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 ======================================== */ |
