diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-10 14:43:37 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-10 14:43:37 +0000 |
| commit | 8afebf0e8806fec455a3b623cf719828da0296ad (patch) | |
| tree | dd313d5df6e813e48ed48b5afa12e3e33eaaaf2e /util.h | |
| parent | 83abe2b465aa51af7ca2289381a6273a7eac49c7 (diff) | |
| download | ruby-8afebf0e8806fec455a3b623cf719828da0296ad.tar.gz ruby-8afebf0e8806fec455a3b623cf719828da0296ad.tar.xz ruby-8afebf0e8806fec455a3b623cf719828da0296ad.zip | |
* util.h: change prototype of ruby_qsort() to accord with its definition.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*)); |
