[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/bytecode.c [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/bytecode.c [emacs-unicode-2] |
Date: |
Fri, 27 Aug 2004 03:24:42 -0400 |
Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.77.2.2 emacs/src/bytecode.c:1.77.2.3
*** emacs/src/bytecode.c:1.77.2.2 Fri Apr 16 12:50:45 2004
--- emacs/src/bytecode.c Fri Aug 27 07:00:31 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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/bytecode.c [emacs-unicode-2],
Miles Bader <=