mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Full-path of builtin scripts no longer needed
This commit is contained in:
parent
dfaac2b372
commit
e3c8524411
4 changed files with 5 additions and 7 deletions
|
@ -18,7 +18,7 @@ builtin_lookup(const char *feature, size_t *psize)
|
|||
}
|
||||
|
||||
void
|
||||
rb_load_with_builtin_functions(const char *feature_name, const char *fname, const struct rb_builtin_function *table)
|
||||
rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin_function *table)
|
||||
{
|
||||
// search binary
|
||||
size_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue