summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/Macros.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 11:00:30 +0100
committerGitHub <noreply@github.com>2025-11-17 11:00:30 +0100
commit2e9741a0af3ffcc613101b47ba39b883e26e39ea (patch)
tree73c05e9d2e51488d895e9d899eaf29640265e552 /dev/CompilerKit/Macros.h
parent215f6fc35253a2326888b49a618f5cb758813977 (diff)
parent0cca08fb5a26a9c50632d2a2a7cd49e8db55badc (diff)
Merge pull request #18 from nekernel-org/dev
version: v0.0.7
Diffstat (limited to 'dev/CompilerKit/Macros.h')
-rw-r--r--dev/CompilerKit/Macros.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/CompilerKit/Macros.h b/dev/CompilerKit/Macros.h
index 17e1b21..fdef375 100644
--- a/dev/CompilerKit/Macros.h
+++ b/dev/CompilerKit/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved
+ Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
------------------------------------------- */
@@ -25,9 +25,5 @@
KLASS& operator=(KLASS&&) = default; \
KLASS(KLASS&&) = default;
-/// @note xxxx is the error placeholder, in hexadecimal.
-#define NECTI_ERROR_PREFIX_CXX "CXXxxxx"
-#define NECTI_ERROR_PREFIX_CL "CLxxxx"
-#define NECTI_ERROR_PREFIX_ASM "ASMxxxx"
#endif /* ifndef _NECTI_MACROS_H_ */