mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3dbb390180
commit
c49cb7fed4
2 changed files with 2 additions and 2 deletions
2
iseq.c
2
iseq.c
|
@ -2411,7 +2411,7 @@ Init_ISeq(void)
|
|||
rb_define_method(rb_cISeq, "to_binary_format", iseqw_to_binary_format, -1);
|
||||
rb_define_singleton_method(rb_cISeq, "from_binary_format", iseqw_s_from_binary_format, 1);
|
||||
rb_define_singleton_method(rb_cISeq, "from_binary_format_extra_data", iseqw_s_from_binary_format_extra_data, 1);
|
||||
|
||||
|
||||
|
||||
/* location APIs */
|
||||
rb_define_method(rb_cISeq, "path", iseqw_path, 0);
|
||||
|
|
|
@ -88,7 +88,7 @@ class RubyVM::InstructionSequence
|
|||
$ISEQ_LOADER_COMPILED += 1
|
||||
STDERR.puts "[RUBY_COMPILED_FILE] compile #{fname}" if COMPILE_DEBUG
|
||||
iseq = RubyVM::InstructionSequence.compile_file(fname)
|
||||
|
||||
|
||||
binary = iseq.to_binary_format(extra_data(fname))
|
||||
write_compiled_iseq(fname, iseq_key, binary)
|
||||
iseq
|
||||
|
|
Loading…
Reference in a new issue