зеркало из https://github.com/github/ruby.git
* util.h: change prototype of ruby_qsort() to accord with its definition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
55471ed610
Коммит
8ef5e308e7
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 10 23:37:51 2001 Usaku Nakamura <usa@ruby-lang.org>
|
||||
|
||||
* util.h: change prototype of ruby_qsort() to accord with its
|
||||
definition.
|
||||
|
||||
Mon Dec 10 02:09:28 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* array.c (rb_ary_modify): should copy the internal buffer if the
|
||||
|
|
2
util.h
2
util.h
|
@ -36,7 +36,7 @@ void ruby_add_suffix();
|
|||
#define add_suffix ruby_add_suffix
|
||||
#endif
|
||||
|
||||
void ruby_qsort _((void*, int, int, int (*)()));
|
||||
void ruby_qsort _((void*, const int, const int, int (*)()));
|
||||
#define qsort(b,n,s,c) ruby_qsort(b,n,s,c)
|
||||
|
||||
void ruby_setenv _((const char*, const char*));
|
||||
|
|
Загрузка…
Ссылка в новой задаче