From 45328cbadd8a946c19a77301f218efbf650e2f28 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Oct 2021 19:56:41 +0800 Subject: *misc --- Runtime/LuaBind/LuaBindCFunctions.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Runtime/LuaBind/LuaBindCFunctions.cpp (limited to 'Runtime/LuaBind/LuaBindCFunctions.cpp') diff --git a/Runtime/LuaBind/LuaBindCFunctions.cpp b/Runtime/LuaBind/LuaBindCFunctions.cpp deleted file mode 100644 index ca662a3..0000000 --- a/Runtime/LuaBind/LuaBindCFunctions.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "LuaBindCFunctions.h" -#include "LuaBindConfig.h" - -namespace LuaBind -{ - - int luax_c_getupvalue(lua_State* L) - { - lua_pushvalue(L, lua_upvalueindex(1)); - return 1; - } - - int luax_c_errfunc(lua_State* L) - { - cc8* msg = luaL_optstring(L, lua_upvalueindex(1), ""); - return luaL_error(L, msg); - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0