mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name
VM -> RubyVM, and rename rb_cVM -> rb_cRubyVM. "VM" is too short name for class. * test/ruby/test_method.rb, test/ruby/test_settracefunc.rb: ditto. * include/ruby/ruby.h: rb_cRubyVM, rb_cEnv, rb_cISeq should not be exposed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
002fb8f747
commit
9ebf6473eb
8 changed files with 35 additions and 24 deletions
|
@ -907,9 +907,6 @@ RUBY_EXTERN VALUE rb_cThread;
|
|||
RUBY_EXTERN VALUE rb_cTime;
|
||||
RUBY_EXTERN VALUE rb_cTrueClass;
|
||||
RUBY_EXTERN VALUE rb_cUnboundMethod;
|
||||
RUBY_EXTERN VALUE rb_cISeq;
|
||||
RUBY_EXTERN VALUE rb_cVM;
|
||||
RUBY_EXTERN VALUE rb_cEnv;
|
||||
|
||||
RUBY_EXTERN VALUE rb_eException;
|
||||
RUBY_EXTERN VALUE rb_eStandardError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue