Project

General

Profile

Bug #3756 ยป load.c.patch

runpaint (Run Paint Run Run), 08/29/2010 05:01 AM

View differences:

load.c
static void
rb_provide_feature(VALUE feature)
{
if (OBJ_FROZEN(get_loaded_features()))
rb_raise(rb_eRuntimeError,
"$LOADED_FEATUES is frozen; can't append feature");
rb_ary_push(get_loaded_features(), feature);
}
    (1-1/1)