aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 8c8de476..7328aaca 100644
--- a/ltests.h
+++ b/ltests.h
@@ -61,7 +61,7 @@ typedef struct Memcontrol {
61 unsigned long maxmem; 61 unsigned long maxmem;
62 unsigned long memlimit; 62 unsigned long memlimit;
63 unsigned long countlimit; 63 unsigned long countlimit;
64 unsigned long objcount[LUA_NUMTAGS]; 64 unsigned long objcount[LUA_NUMTYPES];
65} Memcontrol; 65} Memcontrol;
66 66
67LUA_API Memcontrol l_memcontrol; 67LUA_API Memcontrol l_memcontrol;