This commit is contained in:
云风
2013-09-04 19:57:04 +08:00
parent 25a1f17a16
commit e9eec36b47

View File

@@ -59,7 +59,7 @@ lnewpool(lua_State *L, int sz) {
} }
lua_setmetatable(L, -2); lua_setmetatable(L, -2);
return 1; return 1;
}; }
static int static int
lnewbuffer(lua_State *L) { lnewbuffer(lua_State *L) {