From 39e7d2b66636762b74376bce203a7fa70f0c3abd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 10 Jul 2024 09:40:33 +0200 Subject: MHR-36: Bumping repository. Signed-off-by: Amlal El Mahrouss --- Sources/AssemblyFactory.cc | 4 ++-- Sources/cplusplus.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc index 891712d..faa4847 100644 --- a/Sources/AssemblyFactory.cc +++ b/Sources/AssemblyFactory.cc @@ -8,8 +8,8 @@ #include /** - * @file AssemblyFactory.cxx - * @author amlal (amlal@softwarelabs.com) + * @file AssemblyFactory.cc + * @author amlal (amlal@zeta.com) * @brief Assembler Kit * @version 0.1 * @date 2024-01-27 diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc index 39e5441..b881cb2 100644 --- a/Sources/cplusplus.cc +++ b/Sources/cplusplus.cc @@ -16,7 +16,7 @@ #define kSplashCxx() \ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all rights reserved.") -// import, @free_at_exit { ... }, fn foo() -> auto { ... } +// import, @MLAutoRelease { ... }, fn foo() -> auto { ... } #include #include @@ -54,7 +54,7 @@ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all ///////////////////////////////////// -// INTERNAL STUFF OF THE C COMPILER +// INTERNALS OF THE C COMPILER ///////////////////////////////////// -- cgit v1.2.3