mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2b67bb576a
commit
e45f8f9943
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jul 8 20:52:02 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().
|
||||
|
||||
Sun Jul 8 16:04:35 2001 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/http.rb: rename HTTP#request_by_name to send_request.
|
||||
|
|
2
ruby.h
2
ruby.h
|
@ -417,7 +417,7 @@ void xfree _((void*));
|
|||
#define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n))
|
||||
|
||||
void rb_glob _((char*,void(*)(const char*,VALUE),VALUE));
|
||||
void rb_iglob _((char*,void(*)(const char*,VALUE),VALUE));
|
||||
void rb_globi _((char*,void(*)(const char*,VALUE),VALUE));
|
||||
|
||||
VALUE rb_define_class _((const char*,VALUE));
|
||||
VALUE rb_define_module _((const char*));
|
||||
|
|
Loading…
Reference in a new issue