|
|
@ -68,7 +68,9 @@ class RubyInterpreterPrivate {
|
|
|
|
friend class RubyInterpreter;
|
|
|
|
friend class RubyInterpreter;
|
|
|
|
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)
|
|
|
|