diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -15,10 +15,6 @@ | |||
15 | #include "lua.h" | 15 | #include "lua.h" |
16 | 16 | ||
17 | 17 | ||
18 | /* minimum number of bits in an integer */ | ||
19 | #define LUAI_BITSINT (LUAI_IS32INT ? 32 : 16) | ||
20 | |||
21 | |||
22 | /* | 18 | /* |
23 | ** 'lu_mem' and 'l_mem' are unsigned/signed integers big enough to count | 19 | ** 'lu_mem' and 'l_mem' are unsigned/signed integers big enough to count |
24 | ** the total memory used by Lua (in bytes). Usually, 'size_t' and | 20 | ** the total memory used by Lua (in bytes). Usually, 'size_t' and |