1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ujit.h instead in the rest of Ruby

ujit_iface.h is meant for uJIT internal use only.
This commit is contained in:
Alan Wu 2021-02-17 13:30:05 -05:00
parent 03af6ad995
commit 15b088bd6e

View file

@ -13,7 +13,7 @@
#include "version.h"
#include "vm_core.h"
#include "mjit.h"
#include "ujit_iface.h"
#include "ujit.h"
#include <stdio.h>
#ifndef EXIT_SUCCESS