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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c [lexbind]
Date: Sat, 04 Sep 2004 05:49:19 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.69.2.4 emacs/src/bytecode.c:1.69.2.5
*** emacs/src/bytecode.c:1.69.2.4       Tue Oct 14 23:16:38 2003
--- emacs/src/bytecode.c        Sat Sep  4 09:26:24 2004
***************
*** 922,931 ****
          }
  
        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:
--- 922,928 ----




reply via email to

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