We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf219b8 commit e1eb871Copy full SHA for e1eb871
core/src/vm/core/jit.rs
@@ -26,8 +26,8 @@
26
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29
+use std::ffi::c_int;
30
use std::fmt::{Display, Formatter};
-use libc::c_int;
31
use crate::ffi::ext::{lua_ext_getjitflags, lua_ext_setjitflags, lua_ext_setjitmode};
32
use crate::ffi::jit;
33
use crate::vm::{RootVm, Vm};
0 commit comments