mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
revert rb_memcmp() change to pacify GCC optimizer
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1677425e9d
commit
c953283d7e
4 changed files with 13 additions and 18 deletions
|
@ -442,7 +442,7 @@ VALUE rb_range_beg_len(VALUE, long*, long*, long, int);
|
|||
unsigned long genrand_int32(void);
|
||||
double genrand_real(void);
|
||||
/* re.c */
|
||||
#define rb_memcmp(a,b,c) memcmp(a,b,c)
|
||||
int rb_memcmp(const void*,const void*,long);
|
||||
int rb_memcicmp(const void*,const void*,long);
|
||||
long rb_memsearch(const void*,long,const void*,long);
|
||||
VALUE rb_reg_nth_defined(int, VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue