diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-27 10:18:09 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-27 10:18:09 +0200 |
| commit | ba4d598a093657b5c4b43d77a49bb9ec744b83fc (patch) | |
| tree | 6c96d6541023e4686f10b452041b8ff835fb33dc | |
| parent | 1f0f80532b0a3016e947996e196a78d33dd4fe3f (diff) | |
WIP: objective-c keywords for C++ compiler.
Orthodox C++: https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | Sources/cplusplus.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc index 03aaeb8..5f67e96 100644 --- a/Sources/cplusplus.cc +++ b/Sources/cplusplus.cc @@ -14,7 +14,7 @@ #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ZECC C++, (c) RCM 2024, all rights reserved.") +kPrintF(kWhite "%s\n", "ZECC C++, (c) 2024 Zeta Electronics, all rights reserved.") #include <Comm/AsmKit/CPU/amd64.hpp> #include <Comm/ParserKit.hpp> |
