summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'load.c')
-rw-r--r--load.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/load.c b/load.c
index 70805087d2..0735367b0c 100644
--- a/load.c
+++ b/load.c
@@ -310,11 +310,8 @@ rb_load_protect(VALUE fname, int wrap, int *state)
* file be propagated to the loading environment.
*/
-
static VALUE
-rb_f_load(argc, argv)
- int argc;
- VALUE *argv;
+rb_f_load(int argc, VALUE *argv)
{
VALUE fname, wrap;