mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enable several rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3bfedac36
commit
e01c045a8b
5 changed files with 20 additions and 24 deletions
5
load.c
5
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue