aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ltests.h b/ltests.h
index af5641ba..34205167 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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,