summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-09 05:18:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-09 05:18:03 +0000
commit10ff0fcb52d116d1e4b0ff3c35821454c6622f19 (patch)
tree903a63fe7c0eb6d52571e0fe3542ff243085f9d8 /vm_core.h
parent1f9162eb0d407ab72a2c7da63f719f0b7928e07e (diff)
downloadruby-10ff0fcb52d116d1e4b0ff3c35821454c6622f19.tar.gz
ruby-10ff0fcb52d116d1e4b0ff3c35821454c6622f19.tar.xz
ruby-10ff0fcb52d116d1e4b0ff3c35821454c6622f19.zip
* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and
rb_progname. * ruby.c (rb_argv0): no longer used. * vm.c: getters/setters for ruby_{debug,verbose}. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index d68419346..8d3ca8ab2 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -321,6 +321,8 @@ struct rb_vm_struct
int src_encoding_index;
+ VALUE verbose, debug, progname;
+
#if defined(ENABLE_VM_OBJSPACE) && ENABLE_VM_OBJSPACE
struct rb_objspace *objspace;
#endif