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

* throw.c (s_throw): Remove extraneous declaration.

This commit is contained in:
Jim Blandy 1997-02-04 22:21:31 +00:00
parent bd4b91edbb
commit 995a6fd817

View file

@ -378,7 +378,6 @@ scm_throw (key, args)
}
static char s_throw[];
SCM
scm_ithrow (key, args, noreturn)
SCM key;