|
|
@ -69,6 +69,8 @@ class RubyInterpreterPrivate {
|
|
|
|
static VALUE s_krossModule;
|
|
|
|
static VALUE s_krossModule;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VALUE RubyInterpreterPrivate::s_krossModule = 0;
|
|
|
|
|
|
|
|
|
|
|
|
RubyInterpreterPrivate* RubyInterpreter::d = 0;
|
|
|
|
RubyInterpreterPrivate* RubyInterpreter::d = 0;
|
|
|
|
|
|
|
|
|
|
|
|
RubyInterpreter::RubyInterpreter(Kross::Api::InterpreterInfo* info): Kross::Api::Interpreter(info)
|
|
|
|
RubyInterpreter::RubyInterpreter(Kross::Api::InterpreterInfo* info): Kross::Api::Interpreter(info)
|
|
|
|