Project

General

Profile

Bug #14236 » export-rb_autoload.patch

hkdnet (Ko Sato), 12/26/2017 04:30 AM

View differences:

variable.c
#define check_autoload_data(av) \
(struct autoload_data_i *)rb_check_typeddata((av), &autoload_data_i_type)
void
RUBY_FUNC_EXPORTED void
rb_autoload(VALUE mod, ID id, const char *file)
{
if (!file || !*file) {
    (1-1/1)