diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.50 2002/11/22 18:01:46 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.51 2002/11/25 17:47:13 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other `installation-dependent' definitions | 3 | ** Limits, basic types, and some other `installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -49,6 +49,9 @@ typedef int ls_hash; | |||
49 | /* it should be at least as large as size_t */ | 49 | /* it should be at least as large as size_t */ |
50 | typedef unsigned long lu_mem; | 50 | typedef unsigned long lu_mem; |
51 | 51 | ||
52 | #define MAX_LUMEM ULONG_MAX | ||
53 | |||
54 | |||
52 | /* an integer big enough to count the number of strings in use */ | 55 | /* an integer big enough to count the number of strings in use */ |
53 | typedef long ls_nstr; | 56 | typedef long ls_nstr; |
54 | 57 | ||