From affa85feb08ddae41c000764475486ebd6772f91 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 27 Sep 2019 17:27:37 +0100 Subject: Backport changes from rlua 0.16 (master branch) --- src/ffi/lua.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ffi/lua.rs') diff --git a/src/ffi/lua.rs b/src/ffi/lua.rs index 141402c..ead4f7a 100644 --- a/src/ffi/lua.rs +++ b/src/ffi/lua.rs @@ -23,9 +23,10 @@ //! Contains definitions from `lua.h`. use libc::{c_void, c_int, c_char, c_uchar, size_t}; -use ffi::luaconf; use std::ptr; +use super::luaconf; + pub use super::glue::{LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_NUM, LUA_VERSION_RELEASE}; pub use super::glue::{LUA_VERSION, LUA_RELEASE, LUA_COPYRIGHT, LUA_AUTHORS}; pub use super::glue::{LUA_REGISTRYINDEX}; -- cgit v1.2.3