From 71dfb2e4b64281e591a3c0fd0e64bb0600317644 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Dec 2007 07:52:39 +0000 Subject: enable several rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- load.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'load.c') diff --git a/load.c b/load.c index 70805087d..0735367b0 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; -- cgit