aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-27 12:38:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-27 12:38:29 -0300
commitef5d171cc89b19ac1fea905b99d819b5f97cba00 (patch)
treebdc900455d00c0e8cfdcbb64993842a502fc9e21 /ltests.h
parentb0f3df16a495745cf16657a48dde6845ec85c732 (diff)
downloadlua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.tar.gz
lua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.tar.bz2
lua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.zip
New macro 'l_numbits'
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,