mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
The (sole) use of memcpy in our public header is now replaced to directly call ruby_nonempty_memcpy, and the previous definition of memcpy is now internal-only. [Bug#18893]