aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-09 07:09:01 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-09 07:09:01 +0900
commitb5d884922053962c955df1ce54d9dabc98888272 (patch)
tree219cedfe41e47690e474922d166c64ab8e2b2550 /builtin.c
parentdfac2e9eb3d697e56d91151584f1d3cf9d2c79c9 (diff)
downloadruby-b5d884922053962c955df1ce54d9dabc98888272.tar.gz
Revert "don't embed full-path."
This reverts commit dfac2e9eb3d697e56d91151584f1d3cf9d2c79c9. It does not work if cwd is different from builddir...
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index d936d1ceb6..bcc5dc61a4 100644
--- a/builtin.c
+++ b/builtin.c
@@ -18,7 +18,7 @@ builtin_lookup(const char *feature, size_t *psize)
}
void
-rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin_function *table)
+rb_load_with_builtin_functions(const char *feature_name, const char *fname, const struct rb_builtin_function *table)
{
// search binary
size_t size;