(Fbyte_code) <unwind-protect>: Cannot GC.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Aug 2004 17:43:26 +0000 (17:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Aug 2004 17:43:26 +0000 (17:43 +0000)
src/bytecode.c

index a13ecc1..0d3be49 100644 (file)
@@ -855,10 +855,7 @@ If the third argument is incorrect, Emacs may crash.  */)
          }
 
        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: