From 24d4ba2a258d2cbbc8cd2a75496d5aae5f13d6b7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 14 Feb 2007 18:08:10 +0000 Subject: * vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename to ruby_vm_global_state_version. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- yarvcore.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'yarvcore.h') diff --git a/yarvcore.h b/yarvcore.h index 7e66f7ec2..209b53daf 100644 --- a/yarvcore.h +++ b/yarvcore.h @@ -138,8 +138,6 @@ extern ID idFuncall; extern ID id__send_bang; -extern unsigned long yarvGlobalStateVersion; - struct insn_info_struct { unsigned short position; unsigned short line_no; -- cgit