summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Seaton <chris.seaton@shopify.com>2020-10-05 23:51:44 +0100
committerAaron Patterson <aaron.patterson@gmail.com>2020-10-06 15:41:47 -0700
commitc839168b1141db53bedef771d1bc78908b6ac782 (patch)
tree9b04449633b95db6f18289403855f1836ffef1b9 /include
parentfef52122b0c0dfabf947c3f016334b84a9eeb903 (diff)
Don't export rb_callable_receiver
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3629
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/intern/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/internal/intern/proc.h b/include/ruby/internal/intern/proc.h
index d6f77cbd4d..003e6a0442 100644
--- a/include/ruby/internal/intern/proc.h
+++ b/include/ruby/internal/intern/proc.h
@@ -50,4 +50,6 @@ VALUE rb_protect(VALUE (*)(VALUE), VALUE, int*);
RBIMPL_SYMBOL_EXPORT_END()
+VALUE rb_callable_receiver(VALUE);
+
#endif /* RBIMPL_INTERN_PROC_H */