From 60eb7b7731e122b2e116cac5ce10617ef794a31a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 4 Feb 2025 10:09:53 +0100 Subject: ADD: Minor tweaks. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index 7abfea9..4e962da 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -25,7 +25,7 @@ #include -/* ZKA C++ Compiler */ +/* NE C++ Compiler */ /* This is part of the LibCompiler. */ /* (c) Amlal EL Mahrouss. */ @@ -156,7 +156,7 @@ static bool kOnForLoop = false; static bool kInBraces = false; static size_t kBracesCount = 0UL; -/* @brief C++ compiler backend for the ZKA C++ driver */ +/* @brief C++ compiler backend for the NE C++ driver */ class CompilerFrontendCPlusPlus final : public LibCompiler::ICompilerFrontend { public: @@ -210,7 +210,7 @@ static std::size_t kFunctionEmbedLevel = 0UL; const char* CompilerFrontendCPlusPlus::Language() { - return "ZKA C++"; + return "NE C++"; } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3