Mercurial > emacs
diff src/bytecode.c @ 56769:349245fdad22
(Fbyte_code) <unwind-protect>: Cannot GC.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 22 Aug 2004 17:43:26 +0000 |
| parents | 30a3237237e0 |
| children | 569cd6a5babd d8411455de48 |
line wrap: on
line diff
--- a/src/bytecode.c Sun Aug 22 17:41:15 2004 +0000 +++ b/src/bytecode.c Sun Aug 22 17:43:26 2004 +0000 @@ -855,10 +855,7 @@ } 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:
