(Fbyte_code): Use BEFORE_POTENTIAL_GC and

AFTER_POTENTIAL_GC around internal_catch.
This commit is contained in:
Gerd Moellmann
1999-11-05 21:55:27 +00:00
parent 35c7a97438
commit 74e9500823

View File

@@ -676,7 +676,9 @@ If the third argument is incorrect, Emacs may crash.")
case Bcatch:
v1 = POP;
BEFORE_POTENTIAL_GC ();
TOP = internal_catch (TOP, Feval, v1);
AFTER_POTENTIAL_GC ();
break;
case Bunwind_protect: