summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-08 15:26:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-08 15:26:11 +0100
commitb4bcdc8482f8deae2d25018b4f91593570cf9cf5 (patch)
tree7d989bda9f09274e7235087a6bd1e7ec3cb4ba9d /dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
parent0350589847a0a5bbce5556a62ea5f5df7de29641 (diff)
ADD: Assembler frontend tweaks and other refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc')
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
index dc932b7..3a49327 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
@@ -15,7 +15,7 @@
#define kExitNO (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss., all rights reserved.")
+ kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.")
// extern_segment, @autodelete { ... }, fn foo() -> auto { ... }
@@ -27,7 +27,7 @@
/* NE C++ Compiler */
/* This is part of the LibCompiler. */
-/* (c) Amlal EL Mahrouss. */
+/* (c) Amlal EL Mahrouss */
/// @author EL Mahrouss Amlal (amlel)
/// @file CPlusPlusCompilerAMD64.cxx