aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
-rw-r--r--lldb/source/Expression/ExpressionSourceCode.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp
index 0c66831..aef3b9e 100644
--- a/lldb/source/Expression/ExpressionSourceCode.cpp
+++ b/lldb/source/Expression/ExpressionSourceCode.cpp
@@ -70,8 +70,8 @@ bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrappi
"{ \n"
" %s; \n"
"} \n",
- m_prefix.c_str(),
g_expression_prefix,
+ m_prefix.c_str(),
m_name.c_str(),
m_body.c_str());
break;
@@ -83,8 +83,8 @@ bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrappi
"{ \n"
" %s; \n"
"} \n",
- m_prefix.c_str(),
g_expression_prefix,
+ m_prefix.c_str(),
m_name.c_str(),
(const_object ? "const" : ""),
m_body.c_str());
@@ -103,8 +103,8 @@ bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrappi
" %s; \n"
"} \n"
"@end \n",
- m_prefix.c_str(),
g_expression_prefix,
+ m_prefix.c_str(),
m_name.c_str(),
m_name.c_str(),
m_body.c_str());
@@ -122,8 +122,8 @@ bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrappi
" %s; \n"
"} \n"
"@end \n",
- m_prefix.c_str(),
g_expression_prefix,
+ m_prefix.c_str(),
m_name.c_str(),
m_name.c_str(),
m_body.c_str());