summaryrefslogtreecommitdiff
path: root/mjit_unit.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix an inconsistent include guard macroTakashi Kokubun2022-08-221-3/+3
| | | | I was thinking about making it internal/mjit.h, but didn't.
* MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun2022-07-141-0/+29
mjit_compile.c should be able to access this more easily.