summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-08 21:07:27 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-08 21:07:27 +0100
commite8420f8dc420210406a394685703c7a0333eb2f3 (patch)
treec53cd16d56faae5f9744ef0614bbcad0f570601b /dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
parent4017e6408c162b0ab1b54a0427d443b56df5237e (diff)
ADD: Better if conditions in DynamicLinkerPEF.cc
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
index 6ef2797..3aa07d5 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
@@ -924,7 +924,7 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain)
Detail::bpp_macro macro_unreachable;
- macro_unreachable.fName = "__unreachable";
+ macro_unreachable.fName = "__unreachable";
macro_unreachable.fValue = "__libcompiler_unreachable";
kMacros.push_back(macro_unreachable);