Merge commit '750ac8c592e792e627444f476877f282525b132e'
[bpt/guile.git] / libguile / throw.c
index 4b1885e..244bcf1 100644 (file)
@@ -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);
 }