From 999dc83cac37efc109da4d562a8a75d1f6fc7c86 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 22 Dec 2025 15:33:46 +0100 Subject: feat: CompilerKit: Refactor NECTI_ symbols to NECTAR_. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Utilities/Compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/CompilerKit/Utilities/Compiler.h') diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index 7a79787..dd9dbfc 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -51,7 +51,7 @@ inline void print_error(STLString reason, STLString file) noexcept { kStdErr << reason << kBlank << std::endl; - if (kAcceptableErrors > kErrorLimit) std::exit(NECTI_EXEC_ERROR); + if (kAcceptableErrors > kErrorLimit) std::exit(NECTAR_EXEC_ERROR); ++kAcceptableErrors; } @@ -116,6 +116,6 @@ inline void drvi_crash_handler(std::int32_t id) { std::cout << std::endl; - std::exit(NECTI_EXEC_ERROR); + std::exit(NECTAR_EXEC_ERROR); } } // namespace CompilerKit::Detail -- cgit v1.2.3