aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 04aa91b3..25598c0e 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.52 2017/11/13 12:19:35 roberto Exp roberto $ 2** $Id: ltests.h,v 2.53 2017/11/23 16:35:54 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -57,6 +57,7 @@ typedef struct Memcontrol {
57 unsigned long total; 57 unsigned long total;
58 unsigned long maxmem; 58 unsigned long maxmem;
59 unsigned long memlimit; 59 unsigned long memlimit;
60 unsigned long countlimit;
60 unsigned long objcount[LUA_NUMTAGS]; 61 unsigned long objcount[LUA_NUMTAGS];
61} Memcontrol; 62} Memcontrol;
62 63