diff src/bytecode.c @ 470:db84d8d9a1d9

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sat, 21 Dec 1991 07:03:14 +0000
parents 43e88c4db330
children 8c615e453683
line wrap: on
line diff
--- a/src/bytecode.c	Sat Dec 21 06:36:41 1991 +0000
+++ b/src/bytecode.c	Sat Dec 21 07:03:14 1991 +0000
@@ -418,14 +418,7 @@
 		}
 	    }
 #endif
-	  /* The frobbing of gcpro3 was lost by jwz's changes in June 91
-	     and then reinserted by jwz in Nov 91.  */
-	  /* Remove protection from the args we are giving to Ffuncall.
-	     FFuncall will protect them, and double protection would
-	     cause disasters.  */
-	  gcpro3.nvars = &TOP - stack - 1;
 	  TOP = Ffuncall (op + 1, &TOP);
-	  gcpro3.nvars = XFASTINT (maxdepth);
 	  break;
 
 	case Bunbind+6: