(defer_cleanups_to): Put back line which was mistakenly

removed.

From-SVN: r7857
This commit is contained in:
Jason Merrill 1994-08-05 01:49:31 +00:00
parent 8469d2903b
commit 4ea8537b90

View File

@ -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);
}