summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-12-21 07:03:14 +0000
committerJim Blandy <jimb@redhat.com>1991-12-21 07:03:14 +0000
commitba8bd1542e952d6dd78098860f46324e6c3f1cc2 (patch)
treeaf77d8d4e6e529f9535a5e1830fcd97ff940e6c9 /src/bytecode.c
parentb675743b251505d7ab12dcb359a96a60faa33c9c (diff)
downloademacs-ba8bd1542e952d6dd78098860f46324e6c3f1cc2.tar.gz
*** empty log message ***
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index d8de7ebaebe..eb5b117f683 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: