From db664f45199c24e94a69a96eaea3dee751607dbd Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 11 Aug 2025 21:42:06 +0200 Subject: feat! final compiler_kit refactors. Signed-off-by: Amlal --- dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc') diff --git a/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc b/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc index aaa5793..3a649a7 100644 --- a/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc +++ b/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc @@ -740,14 +740,14 @@ NECTI_MODULE(CPlusPlusPreprocessorMain) { Detail::bpp_macro macro_unreachable; macro_unreachable.fName = "__unreachable"; - macro_unreachable.fValue = "__libcompiler_unreachable"; + macro_unreachable.fValue = "__compilerkit_unreachable"; kMacros.push_back(macro_unreachable); Detail::bpp_macro macro_unused; macro_unreachable.fName = "__unused"; - macro_unreachable.fValue = "__libcompiler_unused"; + macro_unreachable.fValue = "__compilerkit_unused"; kMacros.push_back(macro_unused); -- cgit v1.2.3