aboutsummaryrefslogtreecommitdiffstats
path: root/yarvcore.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 18:08:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 18:08:10 +0000
commit5e4e71a34852ccc8e871e384de19dccad347100c (patch)
tree76acd628eb4e40e1f3adadf2627c07bf233e515b /yarvcore.h
parenta8d47615da58b73423cf638f57b694d6ab463b9b (diff)
downloadruby-5e4e71a34852ccc8e871e384de19dccad347100c.tar.gz
* vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename to
ruby_vm_global_state_version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 7e66f7ec20..209b53dafe 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;