mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to fix error on Solaris
This commit is contained in:
parent
30dbd9e4c7
commit
018769e291
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ ruby_sized_xfree_inlined(void *ptr, size_t size)
|
|||
}
|
||||
|
||||
# define SIZED_REALLOC_N(v, T, m, n) \
|
||||
((v) = (T *)ruby_sized_xrealloc2((void *)(v), (n), sizeof(T), (m)))
|
||||
((v) = (T *)ruby_sized_xrealloc2((void *)(v), (m), sizeof(T), (n)))
|
||||
|
||||
#endif /* HAVE_MALLOC_USABLE_SIZE */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue