mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
parent
4c32b2dfd2
commit
ceb32fb5bc
1 changed files with 1 additions and 1 deletions
|
|
@ -827,7 +827,7 @@ typedef struct Table {
|
||||||
|
|
||||||
|
|
||||||
#define twoto(x) (1u<<(x))
|
#define twoto(x) (1u<<(x))
|
||||||
#define sizenode(t) (twoto((t)->lsizenode))
|
#define sizenode(t) cast_uint(twoto((t)->lsizenode))
|
||||||
|
|
||||||
|
|
||||||
/* size of buffer for 'luaO_utf8esc' function */
|
/* size of buffer for 'luaO_utf8esc' function */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue