X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/acf7530a3ed55f15f6275f0419ef4347f8eb6f6c..6dd98109020997d22f78d9cd516d7809c4fcc493:/libguile/throw.c diff --git a/libguile/throw.c b/libguile/throw.c index 4b1885eed..244bcf153 100644 --- a/libguile/throw.c +++ b/libguile/throw.c @@ -442,7 +442,7 @@ scm_handle_by_throw (void *handler_data SCM_UNUSED, SCM tag, SCM args) } SCM -scm_ithrow (SCM key, SCM args, int noreturn SCM_UNUSED) +scm_ithrow (SCM key, SCM args, int no_return SCM_UNUSED) { return scm_throw (key, args); }