diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 | ||