From 1464f5d50ea1b821791964b837fcaccece424c63 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 21 Dec 1991 07:03:14 +0000 Subject: *** empty log message *** --- src/bytecode.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/bytecode.c') diff --git a/src/bytecode.c b/src/bytecode.c index d8de7ebaeb..eb5b117f68 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -418,14 +418,7 @@ If the third argument is incorrect, Emacs may crash.") } } #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: -- cgit v1.2.3