(defer_cleanups_to): Put back line which was mistakenly
removed. From-SVN: r7857
This commit is contained in:
parent
8469d2903b
commit
4ea8537b90
@ -8379,6 +8379,7 @@ defer_cleanups_to (old_cleanups)
|
||||
while (cleanups_this_call != old_cleanups)
|
||||
{
|
||||
(*interim_eh_hook) (TREE_VALUE (cleanups_this_call));
|
||||
last = cleanups_this_call;
|
||||
cleanups_this_call = TREE_CHAIN (cleanups_this_call);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user