From 5f8ee9584a7a5c911d46f73e24ec7a1201058c50 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Aug 2025 09:57:44 +0100 Subject: feat! compiler_kit: API breaking changes. feat: debugger_kit: Debugger work in progress implementation. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/CodeGen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/CompilerKit/CodeGen.h') 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 #include -#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; -- cgit v1.2.3