changeset 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 560751ade8e5
children 598599edd5ca
files src/bytecode.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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: