Commit 497fa9d3 by Mark Mitchell

Fix typo in last change

From-SVN: r28718
parent 0c61f541
...@@ -7262,7 +7262,6 @@ tsubst_expr (t, args, complain, in_decl) ...@@ -7262,7 +7262,6 @@ tsubst_expr (t, args, complain, in_decl)
maybe_push_decl (decl); maybe_push_decl (decl);
if (TREE_CODE (decl) == VAR_DECL) if (TREE_CODE (decl) == VAR_DECL)
DECL_TEMPLATE_INSTANTIATED (decl) = 1; DECL_TEMPLATE_INSTANTIATED (decl) = 1;
maybe_push_decl (decl);
start_decl_1 (decl); start_decl_1 (decl);
cp_finish_decl cp_finish_decl
(decl, init, NULL_TREE, 0, /*init ? LOOKUP_ONLYCONVERTING :*/ 0); (decl, init, NULL_TREE, 0, /*init ? LOOKUP_ONLYCONVERTING :*/ 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment