mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1d90c19a36
Renamed constants to use more descriptive underscores: - MRB_TASKSTATUS_* -> MRB_TASK_STATUS_* - MRB_TASKREASON_* -> MRB_TASK_REASON_* This improves code readability by making the constant names clearer. Co-authored-by: Claude <noreply@anthropic.com>