diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -142,9 +142,6 @@ LUA_API void *debug_realloc (void *ud, void *block, | |||
142 | #define STRCACHE_N 23 | 142 | #define STRCACHE_N 23 |
143 | #define STRCACHE_M 5 | 143 | #define STRCACHE_M 5 |
144 | 144 | ||
145 | #undef LUAI_USER_ALIGNMENT_T | ||
146 | #define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } | ||
147 | |||
148 | 145 | ||
149 | /* | 146 | /* |
150 | ** This one is not compatible with tests for opcode optimizations, | 147 | ** This one is not compatible with tests for opcode optimizations, |