summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-02-04 22:21:31 +0000
committerJim Blandy <jimb@red-bean.com>1997-02-04 22:21:31 +0000
commit995a6fd81708992115a701f89aefd833534ebb8c (patch)
treedc49b16dcfb540588340c9891a60c39e2f0ca7f9
parentbd4b91edbba9297a42d9510bc74664878a1e6b04 (diff)
downloadguile-995a6fd81708992115a701f89aefd833534ebb8c.tar.gz
* throw.c (s_throw): Remove extraneous declaration.
-rw-r--r--libguile/throw.c1
1 files changed, 0 insertions, 1 deletions
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;