зеркало из https://github.com/github/ruby.git
* 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:
Родитель
2b67bb576a
Коммит
e45f8f9943
|
@ -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*));
|
||||
|
|
Загрузка…
Ссылка в новой задаче