diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-11 21:42:06 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-11 21:42:06 +0200 |
| commit | db664f45199c24e94a69a96eaea3dee751607dbd (patch) | |
| tree | b56bae8c168c50db35c529e8c43b2ae6af30d584 /dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc | |
| parent | de22c91e9f690d5ac27b3f80b013500657cffa82 (diff) | |
feat! final compiler_kit refactors.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc')
| -rw-r--r-- | dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
