mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
*** empty log message ***
This commit is contained in:
parent
3f1f436615
commit
1464f5d50e
2 changed files with 15 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue