summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
diff options
context:
space:
mode:
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 1986d61..6ef2797 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
@@ -925,7 +925,7 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain)
Detail::bpp_macro macro_unreachable;
macro_unreachable.fName = "__unreachable";
- macro_unreachable.fValue = "__cxx_libcompiler_unreachable";
+ macro_unreachable.fValue = "__libcompiler_unreachable";
kMacros.push_back(macro_unreachable);