summaryrefslogtreecommitdiff
path: root/src/synthesis.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
commit2a65d8e4410570fc1f70a7c7679634c7725cd538 (patch)
tree26317076377d15cdd01f6379c59a32c67809ba79 /src/synthesis.cc
parenta1e92870cc54d3daec9d94b38623167a5a653d9d (diff)
downloadcolm-2a65d8e4410570fc1f70a7c7679634c7725cd538.tar.gz
more separation of input and stream
Diffstat (limited to 'src/synthesis.cc')
-rw-r--r--src/synthesis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc
index 5a718a23..8a5d1cb5 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1682,7 +1682,7 @@ void LangTerm::evaluateSendStream( Compiler *pd, CodeVect &code ) const
break;
}}
- code.append( IN_PRINT_TREE_W );
+ code.append( IN_PRINT_TREE );
}
}