aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ltests.h b/ltests.h
index 42b3f277..d231a48a 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.26 2009/11/19 19:06:52 roberto Exp roberto $ 2** $Id: ltests.h,v 2.27 2009/12/14 15:27:30 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*/
@@ -30,9 +30,10 @@ typedef struct Memcontrol {
30 unsigned long total; 30 unsigned long total;
31 unsigned long maxmem; 31 unsigned long maxmem;
32 unsigned long memlimit; 32 unsigned long memlimit;
33 unsigned long objcount[5];
33} Memcontrol; 34} Memcontrol;
34 35
35Memcontrol l_memcontrol; 36extern Memcontrol l_memcontrol;
36 37
37 38
38/* 39/*