aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-02-12 15:16:11 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-02-12 15:16:11 -0300
commitc8121ce34b39c6fd31899f4da91e26063c8af54f (patch)
tree5ce96fbe65d5f16f87c816f88bab2df25975ba5d /lua.c
parent7360f8d0fd91344deb583ff76b8250a1883dcd4c (diff)
downloadlua-c8121ce34b39c6fd31899f4da91e26063c8af54f.tar.gz
lua-c8121ce34b39c6fd31899f4da91e26063c8af54f.tar.bz2
lua-c8121ce34b39c6fd31899f4da91e26063c8af54f.zip
Revising code for Varint encoding in dumps
- Usign lua_Unsigned to count strings. - Varint uses a type large enough both for size_t and lua_Unsigned. - Most-Significant Bit 0 means last byte, to conform to common usage. - (unrelated) Change in macro 'getaddr' so that multiplication is by constants.
Diffstat (limited to 'lua.c')
0 files changed, 0 insertions, 0 deletions