diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-22 15:33:46 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-22 15:33:46 +0100 |
| commit | 999dc83cac37efc109da4d562a8a75d1f6fc7c86 (patch) | |
| tree | e240f01cb9a00f67e0b94a8e7d139c2b41b294ec /include/CompilerKit/ErrorID.h | |
| parent | 7fd421a88005d9a3636284c7a15628111fdf41c3 (diff) | |
feat: CompilerKit: Refactor NECTI_ symbols to NECTAR_.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/ErrorID.h')
| -rw-r--r-- | include/CompilerKit/ErrorID.h | 20 |
1 files changed, 10 insertions, 10 deletions
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 |
