summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/CodeGen.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-05 09:57:44 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-05 09:57:44 +0100
commit5f8ee9584a7a5c911d46f73e24ec7a1201058c50 (patch)
treed31ac096094430ca93e521ef233144d969ad6427 /dev/CompilerKit/CodeGen.h
parentb0c5f2a2683657182f5ce3dc3bcbf252164b0077 (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.h4
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;