mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use
size_t. * file.c (rb_stat_inspect, file_expand_path): ditto. * util.c (ruby_qsort): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0164396029
commit
b82b4e6e48
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ unsigned long ruby_scan_hex(const char *, int, int *);
|
|||
void ruby_add_suffix(VALUE str, const char *suffix);
|
||||
#endif
|
||||
|
||||
void ruby_qsort(void *, const int, const int,
|
||||
void ruby_qsort(void *, const size_t, const size_t,
|
||||
int (*)(const void *, const void *, void *), void *);
|
||||
|
||||
void ruby_setenv(const char *, const char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue