diff options
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 53cab841..232f91a5 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -290,6 +290,7 @@ alias_expansion_builder // the token location of the use, n->tok = use->tok; + n->body->tok = use->tok; // and statements representing the concatenation of the alias' // body with the use's. |