emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/bytecode.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Sun, 22 Aug 2004 14:03:50 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.79 emacs/src/bytecode.c:1.80
*** emacs/src/bytecode.c:1.79   Thu Sep 11 21:58:32 2003
--- emacs/src/bytecode.c        Sun Aug 22 17:43:26 2004
***************
*** 855,864 ****
          }
  
        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:
--- 855,861 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]