Ruby support #1
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ impl RubyThread {
|
||||||
let mut variable_in_this_stack_frame: VALUE = 0;
|
let mut variable_in_this_stack_frame: VALUE = 0;
|
||||||
ruby_init_stack(&mut variable_in_this_stack_frame as *mut VALUE as *mut _);
|
ruby_init_stack(&mut variable_in_this_stack_frame as *mut VALUE as *mut _);
|
||||||
rb_sys::ruby_init();
|
rb_sys::ruby_init();
|
||||||
rb_sys::ruby_init_loadpath();
|
|
||||||
rb_sys::ruby_options(argv.len() as i32, argv.as_mut_ptr());
|
rb_sys::ruby_options(argv.len() as i32, argv.as_mut_ptr());
|
||||||
};
|
};
|
||||||
while let Ok(f) = receiver.recv() {
|
while let Ok(f) = receiver.recv() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue