diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-07 09:27:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-07 09:27:42 +0100 |
| commit | a7f417b88840663c27182314aba5e4ab5d29e967 (patch) | |
| tree | b4bde650adba6ca362e930333c3befa80f873928 /dev/LibCompiler/src | |
| parent | 60eb7b7731e122b2e116cac5ce10617ef794a31a (diff) | |
ADD: Tiny refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src')
| -rw-r--r-- | dev/LibCompiler/src/CCompiler64x0.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CCompilerARM64.cc | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/src/CCompilerPower64.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc index 0c06c19..5090027 100644 --- a/dev/LibCompiler/src/CCompiler64x0.cc +++ b/dev/LibCompiler/src/CCompiler64x0.cc @@ -1493,7 +1493,7 @@ static void cc_print_help() #define kExt ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLang64x0) +LIBCOMPILER_MODULE(NeOSCompilerCLang64x0) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index 31acce0..f6ee779 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -1491,7 +1491,7 @@ static void cc_print_help() #define kCExtension ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLangARM64) +LIBCOMPILER_MODULE(NeOSCompilerCLangARM64) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 2f916f4..f49b9c1 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -1513,7 +1513,7 @@ static void cc_print_help() #define kExt ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLangPowerPC) +LIBCOMPILER_MODULE(NeOSCompilerCLangPowerPC) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); |
