diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-05 09:47:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-05 09:47:53 +0100 |
| commit | b0c5f2a2683657182f5ce3dc3bcbf252164b0077 (patch) | |
| tree | a2f43f8d5943ce4825a0f1eb4e921d30e8e78eb9 /dev/CompilerKit/Frontend.h | |
| parent | e272dd8e4d2437423b5140ad76cb690f4e182d76 (diff) | |
feat! compiler_kit & debugger_kit: breaking changes, big name refactors on the source code have been done.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/Frontend.h')
| -rw-r--r-- | dev/CompilerKit/Frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/Frontend.h b/dev/CompilerKit/Frontend.h index 8af3066..168aa63 100644 --- a/dev/CompilerKit/Frontend.h +++ b/dev/CompilerKit/Frontend.h @@ -103,7 +103,7 @@ class CompilerFrontendInterface { explicit CompilerFrontendInterface() = default; virtual ~CompilerFrontendInterface() = default; - LIBCOMPILER_COPY_DEFAULT(CompilerFrontendInterface); + NECTI_COPY_DEFAULT(CompilerFrontendInterface); // NOTE: cast this to your user defined ast. typedef void* AstType; |
