diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -781,7 +781,7 @@ LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { | |||
| 781 | } | 781 | } |
| 782 | 782 | ||
| 783 | 783 | ||
| 784 | LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { | 784 | LUA_API void lua_createtable (lua_State *L, unsigned narray, unsigned nrec) { |
| 785 | Table *t; | 785 | Table *t; |
| 786 | lua_lock(L); | 786 | lua_lock(L); |
| 787 | t = luaH_new(L); | 787 | t = luaH_new(L); |
