diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 23:25:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 23:25:26 +0100 |
| commit | b6f625090109568d4bfd9f5fc6bc5c88682795b8 (patch) | |
| tree | 66f8da1d70cf2217a8f13d49206d987caec6de14 /dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | |
| parent | e227fc2e6c482c850477a1741c673afae31d46fa (diff) | |
IMPL: Update to date fixes to compiler.
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.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index a6c515f..4994644 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -16,7 +16,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "TQ Media C++ Compiler Driver, (c) 2024 Theater Quality Corporporated, all rights reserved.") + kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 Theater Quality Corp., all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -26,7 +26,7 @@ /* ZKA C++ Compiler */ /* This is part of the LibCompiler. */ -/* (c) Theater Quality Corporporated */ +/* (c) Theater Quality Corp. */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx |
