summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/synthesis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc
index bbd6c2ab..01f8c079 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1582,7 +1582,7 @@ UniqueType *LangTerm::evaluateParse( Compiler *pd, CodeVect &code,
ut->langEl != pd->strLangEl && ut != pd->uniqueTypeStream )
{
/* Convert it to a string. */
- code.append( IN_TREE_TO_STR_TRIM );
+ code.append( IN_TREE_TO_STR );
}
break;
}}
@@ -1792,7 +1792,7 @@ UniqueType *LangTerm::evaluateEmbedString( Compiler *pd, CodeVect &code ) const
ut->langEl != pd->strLangEl && ut != pd->uniqueTypeStream )
{
/* Convert it to a string. */
- code.append( IN_TREE_TO_STR_TRIM );
+ code.append( IN_TREE_TO_STR );
}
break;
}}