diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-27 12:38:29 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-27 12:38:29 -0300 |
commit | ef5d171cc89b19ac1fea905b99d819b5f97cba00 (patch) | |
tree | bdc900455d00c0e8cfdcbb64993842a502fc9e21 /ltests.h | |
parent | b0f3df16a495745cf16657a48dde6845ec85c732 (diff) | |
download | lua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.tar.gz lua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.tar.bz2 lua-ef5d171cc89b19ac1fea905b99d819b5f97cba00.zip |
New macro 'l_numbits'
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, |