mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f78ac530c8
Gems like mruby-task add preprocessor defines (MRB_USE_TASK_SCHEDULER) that affect mrb_state structure. The amalgamation generator now detects these defines from the build configuration and adds them at the top of mruby.h before struct definitions are encountered. Supported define patterns: MRB_USE_*, MRB_UTF8_*, HAVE_MRUBY_* Co-authored-by: Claude <noreply@anthropic.com>