From a2f378737fc70cdfce65a3d08eda1c9a99d89b4d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Aug 2009 01:21:45 +0000 Subject: * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index d40f3de0a0..055c43c16a 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -58,13 +58,8 @@ enum { }; extern char ruby_vm_redefined_flag[BOP_LAST_]; -extern VALUE ruby_vm_global_state_version; extern VALUE ruby_vm_const_missing_count; -#define GET_VM_STATE_VERSION() (ruby_vm_global_state_version) -#define INC_VM_STATE_VERSION() \ - (ruby_vm_global_state_version = (ruby_vm_global_state_version+1) & 0x8fffffff) - /**********************************************************/ /* deal with stack */ -- cgit v1.2.3