summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.cxx b/parse.cxx
index 15f2b0f1..5b25a9c0 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -1621,6 +1621,7 @@ parser::parse_symbol ()
{
// target_symbol time
target_symbol *tsym = new target_symbol;
+ tsym->tok = t;
tsym->base_name = name;
while (true)
{