Fix tab derps.

This commit is contained in:
ThePhD 2015-05-24 21:38:39 -04:00
parent 184f16d7fa
commit 8b13e6df6f
5 changed files with 409 additions and 410 deletions

View File

@ -68,7 +68,6 @@ typedef struct luaL_Buffer_52 {
} luaL_Buffer_52;
#define luaL_Buffer luaL_Buffer_52
#define lua_tounsigned(L, i) lua_tounsignedx(L, i, NULL)
#define lua_rawlen(L, i) lua_objlen(L, i)