Full-path of builtin scripts no longer needed

This commit is contained in:
Nobuyoshi Nakada 2019-11-09 19:43:14 +09:00
parent dfaac2b372
commit e3c8524411
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
4 changed files with 5 additions and 7 deletions

View file

@ -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;