aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index 2bf501d1..1b5b3e04 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.33 2001/10/02 16:45:03 roberto Exp $ 2** $Id: llimits.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $
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*/
@@ -45,7 +45,8 @@ typedef unsigned int lu_hash;
45/* its signed equivalent */ 45/* its signed equivalent */
46typedef int ls_hash; 46typedef int ls_hash;
47 47
48/* an unsigned integer big enough to count the total memory used by Lua */ 48/* an unsigned integer big enough to count the total memory used by Lua; */
49/* it should be at least as large as size_t */
49typedef unsigned long lu_mem; 50typedef unsigned long lu_mem;
50 51
51/* an integer big enough to count the number of strings in use */ 52/* an integer big enough to count the number of strings in use */