summaryrefslogtreecommitdiffhomepage
path: root/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-12 23:38:34 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-12 23:38:34 +0100
commit0f6791ffd43c8b781d6fc500e7302cfb8d0f8c57 (patch)
tree3bacad8ae609cd85e8c6384a66f22a4070beeecc /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
parent131454cce1461aec5d9138985f021563c0583aeb (diff)
META: Theater Quality's C++ Kit.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc')
-rw-r--r--dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
index 45399ce..b2d8249 100644
--- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* c++-drv
- * Copyright (C) 2024, ELMH Group, all rights reserved.
+ * Copyright (C) 2024 Theater Quality Incorporated., all rights reserved.
*
* ========================================================
*/
@@ -16,7 +16,7 @@
#define kExitNO (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 ELMH Group, all rights reserved.")
+ kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 Theater Quality Incorporated, all rights reserved.")
// extern_segment, @autodelete { ... }, fn foo() -> auto { ... }
@@ -26,7 +26,7 @@
/* ZKA C++ Compiler */
/* This is part of the ToolchainKit. */
-/* (c) ELMH Group */
+/* (c) Theater Quality Incorporated */
/// @author EL Mahrouss Amlal (amlel)
/// @file CPlusPlusCompilerAMD64.cxx
@@ -768,7 +768,7 @@ ndk_compile_ok:
/////////////////////////////////////////////////////////////////////////////////////////
-class AssemblyCPlusPlusInterface final : public ToolchainKit::AssemblyInterface
+class AssemblyCPlusPlusInterface final ASSEMBLY_INTERFACE
{
public:
explicit AssemblyCPlusPlusInterface() = default;