summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc')
-rw-r--r--dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc4
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);