diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | /* | 18 | /* |
19 | ** 'lu_mem' is an unsigned integer big enough to count the total memory | 19 | ** 'lu_mem' is an unsigned integer big enough to count the total memory |
20 | ** used by Lua (in bytes). 'l_obj' is a signed integer big enough to | 20 | ** used by Lua (in bytes). 'l_obj' is a signed integer big enough to |
21 | ** count the total number of objects used by Lua. (It is negative due | 21 | ** count the total number of objects used by Lua. (It is signed due |
22 | ** to the use of debt in several computations.) Usually, 'size_t' and | 22 | ** to the use of debt in several computations.) Usually, 'size_t' and |
23 | ** 'ptrdiff_t' should work, but we use 'long' for 16-bit machines. | 23 | ** 'ptrdiff_t' should work, but we use 'long' for 16-bit machines. |
24 | */ | 24 | */ |