Don't export rb_callable_receiver

This commit is contained in:
Chris Seaton 2020-10-05 23:51:44 +01:00 committed by Aaron Patterson
parent fef52122b0
commit c839168b11
Notes: git 2020-10-07 07:42:18 +09:00

View File

@ -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 */