aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 59b3b30293..48473c79e2 100644
--- a/eval.c
+++ b/eval.c
@@ -733,7 +733,7 @@ extract_raise_opts(int argc, const VALUE *argv, VALUE *opts)
* the +:cause+ argument.
*/
-static VALUE
+VALUE
rb_f_raise(int argc, VALUE *argv)
{
VALUE err;