summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index f72045c..69183b1 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -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);