- New macro l_strcoll to ease changing 'strcoll' to something else.
- MAXINDEXRK==1 in 'ltests.h' is enough to run test 'code.lua'.
- Removed unused '#include' in 'lutf8lib.c'.
This commit is contained in:
Roberto I
2025-10-31 14:48:55 -03:00
parent d342328e5b
commit f791bb6906
3 changed files with 10 additions and 8 deletions

View File

@@ -142,12 +142,7 @@ LUA_API void *debug_realloc (void *ud, void *block,
#define STRCACHE_N 23
#define STRCACHE_M 5
/*
** This one is not compatible with tests for opcode optimizations,
** as it blocks some optimizations
#define MAXINDEXRK 0
*/
#define MAXINDEXRK 1
/*