diff options
author | John Hodge <tpg@mutabah.net> | 2018-12-28 09:49:32 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-12-28 09:49:32 +0800 |
commit | 4b25ba4af9b3a3c62fd73d2c71e4761b021caec2 (patch) | |
tree | 8e1651b1c8a93f1971c6e198ea1e417b6b30db87 /src/expand/stringify.cpp | |
parent | 38575976d5835cb8cc9e7ae335969873d01e7d65 (diff) | |
download | mrust-4b25ba4af9b3a3c62fd73d2c71e4761b021caec2.tar.gz |
Misc expand tweaks
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r-- | src/expand/stringify.cpp | 1 |
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(); } |