summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index f76d176d2c..6a829ca23f 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -118,7 +118,7 @@ rb_f_notimplement(int argc, const VALUE *argv, VALUE obj)
{
rb_notimplement();
- UNREACHABLE;
+ UNREACHABLE_RETURN(Qnil);
}
static void