aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2025-10-31 14:48:55 -0300
committerRoberto I <roberto@inf.puc-rio.br>2025-10-31 14:48:55 -0300
commitf791bb69061c15f73395c5a95958ac18af5ef764 (patch)
treecc3ecee14b9db4c6f91eb2e5979ec01fdaf57882 /ltests.h
parentd342328e5b24c9b3c6c5b33bfcf9f8534210b8e6 (diff)
downloadlua-f791bb69061c15f73395c5a95958ac18af5ef764.tar.gz
lua-f791bb69061c15f73395c5a95958ac18af5ef764.tar.bz2
lua-f791bb69061c15f73395c5a95958ac18af5ef764.zip
Details
- 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'.
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ltests.h b/ltests.h
index 26ffed83..93096da8 100644
--- a/ltests.h
+++ b/ltests.h
@@ -142,12 +142,7 @@ 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 145#define MAXINDEXRK 1
146/*
147** This one is not compatible with tests for opcode optimizations,
148** as it blocks some optimizations
149#define MAXINDEXRK 0
150*/
151 146
152 147
153/* 148/*