1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* stacks.c (scm_sym_apply): Removed. (Thanks to Ken Raeburn.)

This commit is contained in:
Mikael Djurfeldt 1999-08-29 14:22:59 +00:00
parent f52672312e
commit c242a86327

View file

@ -223,8 +223,6 @@ read_frame (dframe, offset, iframe)
iframe->flags = flags;
}
SCM_SYMBOL (scm_sym_apply, "apply");
/* Look up the first body form of the apply closure. We'll use this
below to prevent it from being displayed.
*/