* continuations.c (scm_dynthrow): Redundant declaration removed.
authorJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 20:24:50 +0000 (20:24 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 20:24:50 +0000 (20:24 +0000)
libguile/continuations.c

index 8548134..521c090 100644 (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