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/ErrorID.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/CompilerKit/ErrorID.h') diff --git a/include/CompilerKit/ErrorID.h b/include/CompilerKit/ErrorID.h index e2ec164..383336c 100644 --- a/include/CompilerKit/ErrorID.h +++ b/include/CompilerKit/ErrorID.h @@ -17,13 +17,13 @@ /// @brief Error IDs for CompilerKit. /// =========================================================== /// -#define NECTI_SUCCESS 0 -#define NECTI_EXEC_ERROR -30 -#define NECTI_FILE_NOT_FOUND -31 -#define NECTI_DIR_NOT_FOUND -32 -#define NECTI_FILE_EXISTS -33 -#define NECTI_TOO_LONG -34 -#define NECTI_INVALID_DATA -35 -#define NECTI_UNIMPLEMENTED -36 -#define NECTI_FAT_ERROR -37 -#define NECTI_INVALID_ARCH -38 +#define NECTAR_SUCCESS 0 +#define NECTAR_EXEC_ERROR -30 +#define NECTAR_FILE_NOT_FOUND -31 +#define NECTAR_DIR_NOT_FOUND -32 +#define NECTAR_FILE_EXISTS -33 +#define NECTAR_TOO_LONG -34 +#define NECTAR_INVALID_DATA -35 +#define NECTAR_UNIMPLEMENTED -36 +#define NECTAR_FAT_ERROR -37 +#define NECTAR_INVALID_ARCH -38 -- cgit v1.2.3