Bug #9684 ยป emsg_struct.patch
| struct.c (Arbeitskopie) | ||
|---|---|---|
|
return RSTRUCT_GET(obj, i);
|
||
|
}
|
||
|
}
|
||
|
rb_name_error(id, "%s is not struct member", rb_id2name(id));
|
||
|
rb_name_error(id, "`%s' is not a struct member", rb_id2name(id));
|
||
|
UNREACHABLE;
|
||
|
}
|
||