From: Gerd Moellmann Date: Fri, 5 Nov 1999 21:55:27 +0000 (+0000) Subject: (Fbyte_code): Use BEFORE_POTENTIAL_GC and X-Git-Tag: emacs-pretest-21.0.90~6159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74e9500823bdecaa5ef0b96139293b44b6c5fb9c;p=emacs.git (Fbyte_code): Use BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC around internal_catch. --- diff --git a/src/bytecode.c b/src/bytecode.c index 0093e692b2f..fb94cf8e1d7 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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: