mmtk / ruby

Fork of The Ruby Programming Language [mirror], with added support for MMTk
https://www.ruby-lang.org/
Other
0 stars 1 forks source link

Fix mmtk compilation #74

Closed eileencodes closed 2 months ago

eileencodes commented 2 months ago

Included two fixes:

Include mmtk header outside USE_MMTK

If this is inside the USE_MMTK conditional, then WHEN_USING_MMTK macros isn't defined and building CRuby without mmtk will fail.

Fix return on rb_mmtk_is_ppp_wrapper

Fixes a warning that rb_mmtk_is_ppp_wrapper was not returning a value for a non-void function.