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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Wed, 30 Apr 2003 20:22:32 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.73 emacs/src/bytecode.c:1.74
*** emacs/src/bytecode.c:1.73   Mon Aug 26 03:37:19 2002
--- emacs/src/bytecode.c        Wed Apr 30 20:22:31 2003
***************
*** 877,885 ****
        case Bunwind_protect:
          /* The function record_unwind_protect can GC.  */
          BEFORE_POTENTIAL_GC ();
!         record_unwind_protect (0, POP);
          AFTER_POTENTIAL_GC ();
-         (specpdl_ptr - 1)->symbol = Qnil;
          break;
  
        case Bcondition_case:
--- 877,884 ----
        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:




reply via email to

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