1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ruby.h: add a prototype of rb_id2str().

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-02-05 12:28:38 +00:00
parent 025cfde57d
commit 48002b881e
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Feb 5 21:26:56 2007 Koichi Sasada <ko1@atdot.net>
* ruby.h: add a prototype of rb_id2str().
Mon Feb 5 21:06:50 2007 Koichi Sasada <ko1@atdot.net>
* eval_thread.c, common.mk: remove eval_thread.c.

1
ruby.h
View file

@ -596,6 +596,7 @@ ID rb_intern(const char*);
ID rb_intern2(const char*, long);
const char *rb_id2name(ID);
ID rb_to_id(VALUE);
VALUE rb_id2str(ID);
char *rb_class2name(VALUE);
char *rb_obj_classname(VALUE);