mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
back port 7ea44b56a8
This commit is contained in:
parent
beac4feb84
commit
76daa16a7b
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
#define LUA_VERSION_MAJOR "5"
|
#define LUA_VERSION_MAJOR "5"
|
||||||
#define LUA_VERSION_MINOR "2"
|
#define LUA_VERSION_MINOR "2"
|
||||||
#define LUA_VERSION_NUM 502
|
#define LUA_VERSION_NUM 502
|
||||||
#define LUA_VERSION_RELEASE "2"
|
#define LUA_VERSION_RELEASE "3"
|
||||||
|
|
||||||
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
|
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
|
||||||
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
|
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ LUA_INT32 is an signed integer with exactly 32 bits.
|
@@ LUA_INT32 is a signed integer with exactly 32 bits.
|
||||||
@@ LUAI_UMEM is an unsigned integer big enough to count the total
|
@@ LUAI_UMEM is an unsigned integer big enough to count the total
|
||||||
@* memory used by Lua.
|
@* memory used by Lua.
|
||||||
@@ LUAI_MEM is a signed integer big enough to count the total memory
|
@@ LUAI_MEM is a signed integer big enough to count the total memory
|
||||||
|
@ -354,7 +354,7 @@
|
||||||
/*
|
/*
|
||||||
@@ LUAI_MAXSTACK limits the size of the Lua stack.
|
@@ LUAI_MAXSTACK limits the size of the Lua stack.
|
||||||
** CHANGE it if you need a different limit. This limit is arbitrary;
|
** CHANGE it if you need a different limit. This limit is arbitrary;
|
||||||
** its only purpose is to stop Lua to consume unlimited stack
|
** its only purpose is to stop Lua from consuming unlimited stack
|
||||||
** space (and to reserve some numbers for pseudo-indices).
|
** space (and to reserve some numbers for pseudo-indices).
|
||||||
*/
|
*/
|
||||||
#if LUAI_BITSINT >= 32
|
#if LUAI_BITSINT >= 32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue