From fd8f3cb98718be52976753e4580213b6062c2949 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Mar 2014 12:36:26 +0000 Subject: 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 --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') 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); -- cgit v1.2.3