Commit 94d7d096 authored by nanahira's avatar nanahira

revert

parent 1c75aac0
...@@ -27,7 +27,7 @@ install: ...@@ -27,7 +27,7 @@ install:
- xcopy /E premake\* . - xcopy /E premake\* .
# patch lua # patch lua
- patch -p0 < lua\lua.patch # - patch -p0 < lua\lua.patch
# premake # premake
- premake5 vs2015 - premake5 vs2015
......
diff --git a/lua/lbaselib.c b/lua/lbaselib.c diff --git a/lua/lbaselib.c b/lua/lbaselib.c
index b5c6236..b2e864a 100644
--- a/lua/lbaselib.c --- a/lua/lbaselib.c
+++ b/lua/lbaselib.c +++ b/lua/lbaselib.c
@@ -124,11 +124,14 @@ static int luaB_getmetatable (lua_State *L) { @@ -124,11 +124,14 @@ static int luaB_getmetatable (lua_State *L) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment