aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index d3404aa4..2ebe1181 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.47 2014/12/26 14:44:44 roberto Exp roberto $ 2** $Id: ltests.h,v 2.48 2015/06/18 14:27:44 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*/
@@ -118,5 +118,9 @@ LUA_API void *debug_realloc (void *ud, void *block,
118#undef LUAI_USER_ALIGNMENT_T 118#undef LUAI_USER_ALIGNMENT_T
119#define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } 119#define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; }
120 120
121
122#define STRCACHE_N 23
123#define STRCACHE_M 5
124
121#endif 125#endif
122 126