Skip to content

Commit

Permalink
Don't export rb_callable_receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton authored and tenderlove committed Oct 6, 2020
1 parent fef5212 commit c839168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ruby/internal/intern/proc.h
Expand Up @@ -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 */

0 comments on commit c839168

Please sign in to comment.