mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
50bbf1bcdd
Remove forward declarations for functions where definitions appear before usage: - mpz_mul_sliding_window - mpz_realloc, mpz_clear, mpz_move Keep necessary forward declarations for Barrett reduction functions that are used before their definitions. Co-authored-by: Claude <noreply@anthropic.com>