1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* continuations.c (scm_dynthrow): Redundant declaration removed.

This commit is contained in:
Jim Blandy 1996-09-11 20:24:50 +00:00
parent f899144940
commit e95efac2fb

View file

@ -123,9 +123,6 @@ scm_make_cont (answer)
return cont;
}
void scm_dynthrow SCM_P ((SCM *a));
/* Grow the stack so that there is room */
/* to copy in the continuation. Then */
#ifndef CHEAP_CONTINUATIONS