mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6d2d31ac5f
These public convenience wrappers were declared with raw `static inline`, while every other public inline helper in mruby.h uses MRB_INLINE. MRB_INLINE expands to static inline, so this is a spelling-only change for grep-consistency across the C API. Reported by dearblue in #6827. Co-authored-by: Claude <noreply@anthropic.com>