summaryrefslogtreecommitdiff
path: root/src/expand/stringify.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-12-28 09:49:32 +0800
committerJohn Hodge <tpg@mutabah.net>2018-12-28 09:49:32 +0800
commit4b25ba4af9b3a3c62fd73d2c71e4761b021caec2 (patch)
tree8e1651b1c8a93f1971c6e198ea1e417b6b30db87 /src/expand/stringify.cpp
parent38575976d5835cb8cc9e7ae335969873d01e7d65 (diff)
downloadmrust-4b25ba4af9b3a3c62fd73d2c71e4761b021caec2.tar.gz
Misc expand tweaks
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r--src/expand/stringify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/stringify.cpp b/src/expand/stringify.cpp
index 06c65c02..b85c23c6 100644
--- a/src/expand/stringify.cpp
+++ b/src/expand/stringify.cpp
@@ -22,6 +22,7 @@ class CExpander:
{
if(!rv.empty())
rv += " ";
+ DEBUG(" += " << tok);
rv += tok.to_str();
}