diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-05 09:57:44 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-05 09:57:44 +0100 |
| commit | 5f8ee9584a7a5c911d46f73e24ec7a1201058c50 (patch) | |
| tree | d31ac096094430ca93e521ef233144d969ad6427 /dev/CompilerKit/CodeGen.h | |
| parent | b0c5f2a2683657182f5ce3dc3bcbf252164b0077 (diff) | |
feat! compiler_kit: API breaking changes.
feat: debugger_kit: Debugger work in progress implementation.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/CodeGen.h')
| -rw-r--r-- | dev/CompilerKit/CodeGen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/CompilerKit/CodeGen.h b/dev/CompilerKit/CodeGen.h index 1439c27..99c968b 100644 --- a/dev/CompilerKit/CodeGen.h +++ b/dev/CompilerKit/CodeGen.h @@ -10,8 +10,8 @@ #include <CompilerKit/Defines.h> #include <CompilerKit/Macros.h> -#define LC_ASSEMBLY_INTERFACE : public ::CompilerKit::AssemblyInterface -#define LC_ENCODER : public ::CompilerKit::EncoderInterface +#define CK_ASSEMBLY_INTERFACE : public ::CompilerKit::AssemblyInterface +#define CK_ENCODER : public ::CompilerKit::EncoderInterface namespace CompilerKit { class AssemblyFactory; |
