Bug #6066 » dl.return.patch
| ext/dl/handle.c (working copy) | ||
|---|---|---|
|
return INT2NUM(ret);
|
||
|
}
|
||
|
rb_raise(rb_eDLError, "dlclose() called too many times");
|
||
|
return Qnil; /* not reached */
|
||
|
}
|
||
|
VALUE
|
||