diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ffi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ pub const LUA_GCSETPAUSE: c_int = 6; pub const LUA_GCSETSTEPMUL: c_int = 7; pub const LUA_GCISRUNNING: c_int = 9; -#[link(name = "lua5.3")] extern "C" { pub fn lua_newstate(alloc: lua_Alloc, ud: *mut c_void) -> *mut lua_State; pub fn lua_close(state: *mut lua_State); |