aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-27 08:10:04 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-27 08:10:04 +0000
commitca6b174078fa15f33655be704d9409fdbc4f9929 (patch)
tree56a96b5dd1c09b83efa621abfb8ed3a4a7581ec4 /iseq.h
parent689df4ae2a8ee6606c13ac9173ffce85aa1b06b7 (diff)
downloadruby-ca6b174078fa15f33655be704d9409fdbc4f9929.tar.gz
* vm_core.h: define vm_svar_index.
* vm_insnhelper.c, vm.c, compile.c: use vm_svar_index names. * iseq.h: remove DEFAULT_SPECIAL_VAR_COUNT. use VM_SVAR_FLIPFLOP_START instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iseq.h b/iseq.h
index 2dec51585d..f9fb62e1f3 100644
--- a/iseq.h
+++ b/iseq.h
@@ -151,8 +151,6 @@ enum defined_type {
VALUE rb_iseq_defined_string(enum defined_type type);
-#define DEFAULT_SPECIAL_VAR_COUNT 2
-
RUBY_SYMBOL_EXPORT_END
#endif /* RUBY_COMPILE_H */