mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix luaO_nilobject_
This commit is contained in:
parent
c11cb0b0e6
commit
18dcc5882e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const TValue luaO_nilobject_ = {{NULL}, LUA_TNIL};
|
const TValue luaO_nilobject_ = {{NULL}, {}, LUA_TNIL};
|
||||||
|
|
||||||
int luaO_log2(unsigned int x)
|
int luaO_log2(unsigned int x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue