diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-03 23:40:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-03 23:40:16 +0100 |
| commit | b03f3d83efcbc012c4153da14eaf158bb50031d2 (patch) | |
| tree | dc004f8d0ef866c77fff7aa4ec271363b5417f9d /C++Kit/StdKit | |
| parent | 05c51485d56b14f7cd3c05afebd920157d7a0b8b (diff) | |
tools: incremental changes, support for a C compiler will soon be here.
alongside the 32x0.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'C++Kit/StdKit')
| -rw-r--r-- | C++Kit/StdKit/ErrorID.hpp | 2 | ||||
| -rw-r--r-- | C++Kit/StdKit/ErrorOr.hpp | 4 | ||||
| -rw-r--r-- | C++Kit/StdKit/Ref.hpp | 2 | ||||
| -rw-r--r-- | C++Kit/StdKit/String.cc (renamed from C++Kit/StdKit/String.cpp) | 4 | ||||
| -rw-r--r-- | C++Kit/StdKit/String.hpp | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/C++Kit/StdKit/ErrorID.hpp b/C++Kit/StdKit/ErrorID.hpp index 4935a8e..ddbf83b 100644 --- a/C++Kit/StdKit/ErrorID.hpp +++ b/C++Kit/StdKit/ErrorID.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * NewOS + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== diff --git a/C++Kit/StdKit/ErrorOr.hpp b/C++Kit/StdKit/ErrorOr.hpp index 05e74e4..4b5d1d2 100644 --- a/C++Kit/StdKit/ErrorOr.hpp +++ b/C++Kit/StdKit/ErrorOr.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * NewOS + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== @@ -55,4 +55,4 @@ class ErrorOr final using ErrorOrAny = ErrorOr<voidPtr>; -} // namespace NewOS +} // namespace CxxKit diff --git a/C++Kit/StdKit/Ref.hpp b/C++Kit/StdKit/Ref.hpp index 2a32a60..4f4e822 100644 --- a/C++Kit/StdKit/Ref.hpp +++ b/C++Kit/StdKit/Ref.hpp @@ -2,7 +2,7 @@ /* * ======================================================== * - * NewOS + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== diff --git a/C++Kit/StdKit/String.cpp b/C++Kit/StdKit/String.cc index b4199a8..be07c26 100644 --- a/C++Kit/StdKit/String.cpp +++ b/C++Kit/StdKit/String.cc @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== @@ -227,4 +227,4 @@ namespace CxxKit return *this; } -} // namespace hCore +} // namespace CxxKit diff --git a/C++Kit/StdKit/String.hpp b/C++Kit/StdKit/String.hpp index a3b1f5f..4addea8 100644 --- a/C++Kit/StdKit/String.hpp +++ b/C++Kit/StdKit/String.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * NewOS + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== @@ -69,4 +69,4 @@ namespace CxxKit static bool Equals(const char *lhs, const char *rhs); }; -} // namespace NewOS +} // namespace CxxKit |
