summaryrefslogtreecommitdiffstats
path: root/tapset-mark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapset-mark.cxx')
-rw-r--r--tapset-mark.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset-mark.cxx b/tapset-mark.cxx
index c672dc7a..6e8191d7 100644
--- a/tapset-mark.cxx
+++ b/tapset-mark.cxx
@@ -198,7 +198,7 @@ mark_var_expanding_visitor::visit_target_symbol (target_symbol* e)
}
catch (const semantic_error &er)
{
- e->chain (new semantic_error(er));
+ e->chain (er);
provide (e);
}
}