mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4ee7c8e021
Since uzero() is a predicate, and zero() is a function to assign zero to mpz_t, it's confusion. Rename predicate uzero() to uzero_p() to follow mruby naming convention.