summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-28 12:36:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-28 12:36:26 +0000
commitfd8f3cb98718be52976753e4580213b6062c2949 (patch)
tree40e0cd3f44a1c76f0e894b013573d4375dea3cfb /internal.h
parent4a46362239ca151be428f1db799c491f09d7403b (diff)
parse.y: rb_id_attrget
* parse.y (rb_id_attrget): new function to convert setter ID to getter ID. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 613a5bf018..6c2951fa18 100644
--- a/internal.h
+++ b/internal.h
@@ -752,6 +752,7 @@ ID rb_sym2id_without_pindown(VALUE);
#ifdef RUBY_ENCODING_H
ID rb_check_id_cstr_without_pindown(const char *, long, rb_encoding *);
#endif
+ID rb_id_attrget(ID id);
/* proc.c */
VALUE rb_proc_location(VALUE self);