summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 13:25:54 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 13:25:54 +0000
commit38784cc4d287d0553f522824b801a154fa1b6227 (patch)
treef18a37f7f88d213d996b67988fb48b5ce83c26fa /include
parent1e4c606b1a6d1fcf619b0341487b838ee6f6d686 (diff)
downloadruby-38784cc4d287d0553f522824b801a154fa1b6227.tar.gz
ruby-38784cc4d287d0553f522824b801a154fa1b6227.tar.xz
ruby-38784cc4d287d0553f522824b801a154fa1b6227.zip
* include/ruby/intern.h (rb_struct_iv_get): deprecated because it is
not used and access internal structure. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 9a5a9d8a4..b54bf0c94 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -735,7 +735,7 @@ VALUE rb_struct_initialize(VALUE, VALUE);
VALUE rb_struct_aref(VALUE, VALUE);
VALUE rb_struct_aset(VALUE, VALUE, VALUE);
VALUE rb_struct_getmember(VALUE, ID);
-VALUE rb_struct_iv_get(VALUE, const char*);
+DEPRECATED(VALUE rb_struct_iv_get(VALUE, const char*));
VALUE rb_struct_s_members(VALUE);
VALUE rb_struct_members(VALUE);
VALUE rb_struct_alloc_noinit(VALUE);