summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/ErrorID.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/ErrorID.h')
-rw-r--r--include/CompilerKit/ErrorID.h20
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