Commit 4ea8537b by Jason Merrill

(defer_cleanups_to): Put back line which was mistakenly

        removed.

From-SVN: r7857
parent 8469d290
...@@ -8379,6 +8379,7 @@ defer_cleanups_to (old_cleanups) ...@@ -8379,6 +8379,7 @@ defer_cleanups_to (old_cleanups)
while (cleanups_this_call != old_cleanups) while (cleanups_this_call != old_cleanups)
{ {
(*interim_eh_hook) (TREE_VALUE (cleanups_this_call)); (*interim_eh_hook) (TREE_VALUE (cleanups_this_call));
last = cleanups_this_call;
cleanups_this_call = TREE_CHAIN (cleanups_this_call); cleanups_this_call = TREE_CHAIN (cleanups_this_call);
} }
......
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