diff options
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r-- | src/expand/stringify.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expand/stringify.cpp b/src/expand/stringify.cpp index b85c23c6..f552ffd4 100644 --- a/src/expand/stringify.cpp +++ b/src/expand/stringify.cpp @@ -26,6 +26,9 @@ class CExpander: rv += tok.to_str(); } + // TODO: Strip out any `{...}` sequences that aren't from nested + // strings. + return box$( TTStreamO(sp, TokenTree(Token(TOK_STRING, mv$(rv)))) ); } }; |