From 0f6791ffd43c8b781d6fc500e7302cfb8d0f8c57 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 12 Dec 2024 23:38:34 +0100 Subject: META: Theater Quality's C++ Kit. Signed-off-by: Amlal --- dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc') 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; -- cgit v1.2.3