From 724012a23d8274543002eb42ef71d87308481d40 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 12 Mar 2015 01:55:58 +0000 Subject: * internal.h, node.h: move a definition of `struct rb_global_entry' and related functions from node.h to internal.h. * variable.c: remove unused include pragma. * common.mk: remove unused dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index cd6b92ab54..8ae0205d31 100644 --- a/node.h +++ b/node.h @@ -481,15 +481,6 @@ void rb_gc_free_node(VALUE obj); size_t rb_node_memsize(VALUE obj); VALUE rb_gc_mark_node(NODE *obj); -struct rb_global_entry { - struct rb_global_variable *var; - ID id; -}; - -struct rb_global_entry *rb_global_entry(ID); -VALUE rb_gvar_get(struct rb_global_entry *); -VALUE rb_gvar_set(struct rb_global_entry *, VALUE); -VALUE rb_gvar_defined(struct rb_global_entry *); const struct kwtable *rb_reserved_word(const char *, unsigned int); struct rb_args_info { -- cgit v1.2.3