diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 11:00:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 11:00:30 +0100 |
| commit | 2e9741a0af3ffcc613101b47ba39b883e26e39ea (patch) | |
| tree | 73c05e9d2e51488d895e9d899eaf29640265e552 /dev/CompilerKit/Macros.h | |
| parent | 215f6fc35253a2326888b49a618f5cb758813977 (diff) | |
| parent | 0cca08fb5a26a9c50632d2a2a7cd49e8db55badc (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.h | 6 |
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_ */ |
