summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 09:43:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 09:43:23 +0000
commit36df55c6e4dff444d92eb5c44d2ecb65567427e6 (patch)
treed8d103c4c3220c3000aeb70d09f978d833fab673 /vm.c
parent305c42739f9896602400bca08b48ae1de978d99e (diff)
* iseq.c: all methods need $SAFE < 1.
vm.c: comment out debug functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index 0da900dfc8..6eff96ad85 100644
--- a/vm.c
+++ b/vm.c
@@ -1811,8 +1811,8 @@ Init_VM(void)
rb_define_const(rb_cVM, "INSTRUCTION_NAMES", insns_name_array());
/* debug functions ::VM::SDR(), ::VM::NSDR() */
- rb_define_singleton_method(rb_cVM, "SDR", sdr, 0);
- rb_define_singleton_method(rb_cVM, "NSDR", nsdr, 0);
+ /* rb_define_singleton_method(rb_cVM, "SDR", sdr, 0); */
+ /* rb_define_singleton_method(rb_cVM, "NSDR", nsdr, 0); */
/* VM bootstrap: phase 2 */
{