diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-06 21:44:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-06 21:44:55 +0100 |
| commit | a570a946bbacda82d0310428426122f8f3de8e5b (patch) | |
| tree | 22326d9c7b7370cb9509c045d1da257692bf15cd /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | |
| parent | 1aa9b7649b451f2834d09af9809b4b2e88ddc406 (diff) | |
Finally, EL Mahrouss Logic!
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc')
| -rw-r--r-- | dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc index e2bc0a5..f610f55 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved, all rights reserved. + * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved, all rights reserved. * * ======================================================== */ @@ -15,7 +15,7 @@ #define kExitFail (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.") + kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.") // extern_segment, @MLAutoRelease { ... }, fn foo() -> auto { ... } @@ -25,9 +25,9 @@ /* ZKA C++ Compiler driver */ /* This is part of the ToolchainKit. */ -/* (c) Amlal EL Mahrouss */ +/* (c) EL Mahrouss Logic */ -/// @author Amlal EL Mahrouss (amlel) +/// @author EL Mahrouss Logic (amlel) /// @file CPlusPlusCompilerAMD64.cxx /// @brief Optimized C++ Compiler Driver. /// @todo Throw error for scoped inside scoped variables when they get referenced outside. |
