From 995a6fd81708992115a701f89aefd833534ebb8c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 4 Feb 1997 22:21:31 +0000 Subject: [PATCH] * throw.c (s_throw): Remove extraneous declaration. --- libguile/throw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/throw.c b/libguile/throw.c index d31e10b4a..da2a54e98 100644 --- a/libguile/throw.c +++ b/libguile/throw.c @@ -378,7 +378,6 @@ scm_throw (key, args) } -static char s_throw[]; SCM scm_ithrow (key, args, noreturn) SCM key;