mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 12:57:31 +08:00
According to the C99 specification section 7.20.3.2 paragraph 2: > If ptr is a null pointer, no action occurs. So we do not need to check that the pointer is a null pointer.