diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-20 17:12:39 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-20 17:12:39 -0300 |
commit | 67f9a2a98f245f3468f1671bb1f51ffabb4581be (patch) | |
tree | fa3453c1c6f8fe00f6c327e277a02ea72ebb8138 /llimits.h | |
parent | c4f9c887fc8dc514b9de30ce395517caad973246 (diff) | |
download | lua-67f9a2a98f245f3468f1671bb1f51ffabb4581be.tar.gz lua-67f9a2a98f245f3468f1671bb1f51ffabb4581be.tar.bz2 lua-67f9a2a98f245f3468f1671bb1f51ffabb4581be.zip |
details
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 | ||