summaryrefslogtreecommitdiff
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
commit6cdc89332e183d16061c0216ed158cb11a0629c6 (patch)
tree903a63fe7c0eb6d52571e0fe3542ff243085f9d8 /vm_core.h
parent9fb521515d8ba0fb22c75e82573afdb419d22876 (diff)
* 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: svn+ssh://ci.ruby-lang.org/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 d68419346d..8d3ca8ab20 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