mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz - net library bug (by me)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc57cd59ff
commit
13243e5ad1
5 changed files with 10 additions and 5 deletions
1
ruby.c
1
ruby.c
|
@ -816,6 +816,7 @@ load_file(fname, script)
|
|||
rb_io_ungetc(f, c);
|
||||
}
|
||||
require_libraries(); /* Why here? unnatural */
|
||||
if (NIL_P(c)) return;
|
||||
}
|
||||
rb_compile_file(fname, f, line_start);
|
||||
if (script && ruby__end__seen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue