diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-07 16:49:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-07 16:49:39 +0100 |
| commit | 3020a2092b3a80f3adadb719d9d4668f25aadde1 (patch) | |
| tree | f7e08a23fdc2c4681ec4bf09085c6b513a00962f /dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | |
| parent | a7f417b88840663c27182314aba5e4ab5d29e967 (diff) | |
ADD: tweaks.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index 4e962da..36b669e 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", "TQ 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 { ... } |
