From ca6b174078fa15f33655be704d9409fdbc4f9929 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 27 Feb 2015 08:10:04 +0000 Subject: * 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 --- iseq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'iseq.h') 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 */ -- cgit v1.2.3