summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-23 03:23:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-23 03:23:08 +0000
commit59432db7f7c5a4408dc413e476eeb48904b977ad (patch)
tree0371cc5a898f2a2661983d5cceee26aede16119e /vm.h
parent39a86bf60a2bf8f69e4385e9a593c4ca7749a1c5 (diff)
* vm_core.h (rb_num_t): moved form vm.h.
* tool/instruction.rb (RubyVM::Instruction#sp_increase_c_expr), tool/instruction.rb (RubyVM::VmBodyGenerator#make_header_operands): omit unused variables. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index e3c1df1971..cb2db329d4 100644
--- a/vm.h
+++ b/vm.h
@@ -13,7 +13,6 @@
#define RUBY_VM_H
typedef long OFFSET;
-typedef unsigned long rb_num_t;
typedef unsigned long lindex_t;
typedef unsigned long dindex_t;
typedef rb_num_t GENTRY;