mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(Fbyte_code) <unwind-protect>: Cannot GC.
This commit is contained in:
parent
e0dbfecc41
commit
6320244170
@ -855,10 +855,7 @@ If the third argument is incorrect, Emacs may crash. */)
|
||||
}
|
||||
|
||||
case Bunwind_protect:
|
||||
/* The function record_unwind_protect can GC. */
|
||||
BEFORE_POTENTIAL_GC ();
|
||||
record_unwind_protect (Fprogn, POP);
|
||||
AFTER_POTENTIAL_GC ();
|
||||
break;
|
||||
|
||||
case Bcondition_case:
|
||||
|
Loading…
Reference in New Issue
Block a user